home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / e / execom20.zip / EXE.DOC next >
Text File  |  1992-10-17  |  1KB  |  33 lines

  1. Documentation for Exe version 2,00 -- an .Exe to .Com converter
  2. ---------------------------------------------------------------
  3.  
  4. Usage:   Exe /?                     to get help
  5.          Exe [Filespec]             to list properties of files
  6.          Exe [Filespec] /C          to convert files
  7.  
  8. [Filespec] defaults to *.Exe
  9.  
  10.  
  11. Not all files can be converted. The following restrictions apply
  12.  
  13. 1. File must not be named *.Com
  14. 2. The load image must be somewhat less than 64K.
  15. 3. Device drivers *must not* be converted.
  16. 4. The "Load-high" feature is not supported; I've never come across
  17.    such a program.
  18. 5. Overlays are not supported; i.e., there can be nothing else but
  19.    the program in the .Exe file.
  20. 6. The program will not be able to access the .Exe file any longer
  21.    so it must not depend on doing so. Sometimes configuration data
  22.    are stored in the .Exe file.
  23.  
  24. Author:    terra@diku.dk
  25. Surface:   Morten Welinder
  26.            Borups Alle 249B-3tv
  27.            DK-2400  Kbh. NV
  28.            Denmark
  29. Status:    Freeware
  30. Warranty:  None what-so-ever
  31. History:   1988: Version 1,00. All the basics.
  32.            1992: Version 2,00. Interface clean-up.
  33.