home *** CD-ROM | disk | FTP | other *** search
/ Aztec Shareware Collection / ARCADE_2.ISO / atomix / loadit.doc < prev    next >
Text File  |  1991-08-09  |  4KB  |  117 lines

  1.  
  2.                 SOFTWARE PIRATES INC.
  3.                   presents
  4.  
  5.                    LOADIT
  6.                A Universal Game Loader
  7.  
  8.     LOADIT is a utility program.  LOADIT's primary function is to allow
  9.     programs (cracked games), that have been modified to run from DOS, to
  10.     return to DOS.  Many of these programs were originally designed to run
  11.     from boot-only disks and were never intended to operate in the DOS
  12.     enviroment and therefore were never designed to return to DOS.  Since
  13.     these programs have been modified to run from DOS, it would be nice if
  14.     they could return to DOS without forcing you to Reboot your system.
  15.     LOADIT provides this capability.
  16.  
  17.     RUNNING LOADIT:
  18.  
  19.     LOADIT is designed to be executed before the game program is loaded.
  20.     After loading itself, it then loads and runs the game you have
  21.     specified. The following is an example of using LOADIT to run the game
  22.     program MOONBUGS (which doesn't return to DOS).
  23.  
  24.       LOADIT MOONBUGS.COM
  25.  
  26.     The syntax for LOADIT is as follows:
  27.  
  28.       LOADIT [d:[\path\]]filename.ext [/options]
  29.  
  30.     The filename of the game (program) to be run by LOADIT. You have to
  31.     include the extention because LOADIT will not know if you trying to
  32.     load a COM file or an EXE file. Full DOS 2+ drive/pathnames are
  33.     supported.
  34.  
  35.     LOADIT also supports options.  Each option is specified by a single
  36.     letter preceeded by a / (forward slash).  Currently only one option is
  37.     supported.    This is the /B option.    This tell LOADIT that it can use
  38.     either display (Mono or Color) for this game.  The default is COLOR
  39.     only mode, where LOADIT will check to make sure that a color display is
  40.     attached and automatically switch to it for you.
  41.  
  42.     RETURNING TO DOS:
  43.  
  44.     LOADIT has three different key sequences that will return you to DOS at
  45.     any time. The three key sequences are Ctrl-Break, Ctrl-Alt-Del, and
  46.     Ctrl-C. Ctrl-C is probably the easiest because it can be done using
  47.     only one hand, while the other two require both hands.
  48.  
  49.     LIMITATIONS:
  50.  
  51.     LOADIT has been tested on a large variety of programs. It works on most
  52.     of them, but not all. You should be able to use it on about 75% or more
  53.     of your games.
  54.  
  55.     LOADIT doesn't work very will under multitasking. The technique used to
  56.     return to DOS seems to confuse many of the popular multitaskers. It is
  57.     recommended that you do not use it when operating under a multitasker.
  58.     Some people have reported that they can make it work, but for most it
  59.     crashes. You will have to experiment to see if it will work for you.
  60.  
  61.     REVISION HISTORY:
  62.  
  63.     1.0  05/07/87  Initial Release
  64.  
  65.     1.1  05/20/87 
  66.         (1) Corrected bug which randomly caused LOADIT to return to DOS
  67.         (2) Changed initial startup up screen.
  68.          (3) Added Stick Shift speed control.
  69.  
  70. <end of loadit doc>
  71. ==============================================================================
  72. NOTE FROM K. MASON
  73. Aug. 9, 1991
  74. Toronto, Ontario
  75.  
  76.  
  77. I just discovered this lovely little gem, and I'm uploading it for all
  78. those inveterate game players who have to reboot from their favorite
  79. (often cracked) games.
  80.  
  81. My configuration is as follows:
  82.  
  83.     Machine: AMI 386-20Mz
  84.     Video: VGA 640x480
  85.     Dos Shell: NORTON COMMANDER
  86.     Command Processor: 4DOS 3.03
  87.     Dos Version: DOS5
  88.  
  89. LOADIT works just fine for me, as long as I am in the directory of
  90. the game that I wanted to run.
  91.  
  92. LOADIT accepts redirection into NUL is accepted, and keyboard stuffers
  93. like KEYSTACK also work.  The CTRL-C key sequence works with my setup
  94. to exit gracefully.
  95.  
  96. Aliases in 4DOS work fine:
  97.  
  98.     LOAD=KEYSTACK 13^LOADIT %1 > NUL^CLS
  99.  
  100. Then LOAD ATOMIX.EXE will work just fine.
  101.  
  102. LOADIT works beautifully with ATOMIX (ATOMIX.ZIP enclosed), the only game
  103. that I presently have which requires rebooting.  ATOMIX is one of the
  104. most enjoyable games that I have ever played, and I think you will
  105. like it too.  Assuming that LOADIT is on your path, and that you are in
  106. the ATOMIX directory, run ATOMIX with the following command:
  107.  
  108.     LOADIT ATOMIX.EXE
  109.  
  110. Please add your own comments after mine concerning your success in using
  111. LOADIT, and pass this file on to others.
  112.  
  113.  
  114. Enjoy!
  115.  
  116. <end of k. mason note>
  117. ==============================================================================