home *** CD-ROM | disk | FTP | other *** search
/ hobbes.nmsu.edu / 2008-06-02_hobbes.nmsu.edu.zip / dos / f4_35_ca.zip / entpack.eng < prev    next >
Text File  |  1998-03-11  |  570b  |  28 lines

  1. user documentation                  F4_35_CA                 Veit Kannegieser
  2. ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
  3.  
  4. put the line
  5.  
  6. (path)\F4_35_CA.COM
  7.  
  8. in the autoexec.bat of the desired DOS-session an (re-)start it.
  9.  
  10.  
  11.  
  12. If the [SCROLL] LED shines F4_35_CA may free CPU-time.
  13. Test Turbo Pascal or Pro-View with the Warp-Center.
  14.  
  15. In future execute such programs with batch-files like
  16.  
  17. @ECHO OFF
  18. REM
  19. REM SCROLL=1
  20. (path)\R1.COM
  21. REM
  22. REM Turbo Pascal
  23. C:\BP\BIN\BP.EXE %1 %2 %3
  24. REM
  25. REM SCROLL=0
  26. (path)\R0.COM
  27.  
  28.