home *** CD-ROM | disk | FTP | other *** search
- EXE2BIN filename1.ext1 [d2:][path2][filename2][.ext2]
-
- The EXE2BIN external command converts a file with the .EXE extension to a
- memory image file. EXE2BIN does not always come with DOS, sometimes it must
- be separately purchased. [Not supported in OS/2]
-
- EXE2BIN filename1[.ext1] [d2:][path2][filename2][.ext2]
- \______________/ \____________________________/
- \source/ \destination/
-
- filename1[.ext1] is the file specification of the source file. EXE is the
- default extension if no extension is specified.
-
- [d2:][path2]filename2[.ext2] is the file specification of the destination
- filename. BIN is the default extension if no extension is specified.
-
- SAMPLE command and resulting output | Comments about the output
-
- EXE2BIN ANSI.EXE ANSI.SYS The file ANSI.EXE is converted to a
- memory image file for later use on the
- DEVICE=ANSI.SYS line in the CONFIG.SYS
- file.