home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / MISC / IFP05.ZIP / AUTOEXEC.BAT < prev    next >
Encoding:
DOS Batch File  |  1980-01-03  |  208 b   |  9 lines

  1. rem AUTOEXEC.BAT file for 256k systems - does not use RAM-Disk
  2. rem See AUTOEXEC.2 for setting up interpreter with RAM-Disk
  3. set EDITOR=A:\ED.EXE
  4. set IFPDIR=A:\SD2.COM
  5. set PATH=A:\
  6. cd \demo
  7. A:ifp.exe
  8. 
  9.