home *** CD-ROM | disk | FTP | other *** search
/ ftp.update.uu.se / ftp.update.uu.se.2014.03.zip / ftp.update.uu.se / pub / rainbow / msdos / misc / spacemkr.lzh / SPACEMKR.DOC < prev   
Text File  |  1985-01-04  |  1KB  |  29 lines

  1.  
  2. This is a simple program that will convert an MS-DOS ".EXE" program to a ".COM"
  3. program, and will somewhat reduce the amount of bytes required to make up the 
  4. program.  The amount of space saved will be shown in percentage.  It should work
  5. for all ".EXE" files, but there is no guarantee, so it would be wise to backup
  6. the ".EXE" file, either under some other name or extension, or copy it to an-
  7. other disk.  This will preserve the file until it can be determined whether or
  8. not it will be totally safe to use the ".COM" version instead.
  9.  
  10. The file may be invoked by either typing "SPACEMAKR" <CR>, then indicating the 
  11. ".EXE" file you want converted, then the new file name (if you don't want the 
  12. original name with a ".COM" extension),
  13.  
  14.                                        -OR-
  15.  
  16. by typing "SPACEMAKR filename" <CR>,  (no extension needed), and supply the new
  17. filename as described above.
  18.  
  19. You may also use the program from one drive to another.  For example, if you
  20. have the program in drive A: and you want to change a file on drive B: to a
  21. ".COM" file, but have the new file go to your hard disk drive E:, and let's
  22. say the file is called "TEST.EXE", you would enter the command this way:
  23.  
  24.     >A:SPACEMKR B:TEST E:<CR>    <--------COMMAND LINE
  25.  
  26. Your new TEST.COM file will now be on drive E:, and your original TEST.EXE file
  27. will still be on B: drive.  No extension is required in the command line.
  28.  
  29.