home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1995 April / pslmonthlyvol3-4utilitiesapril1995.iso / psl_shrd.bat < prev    next >
DOS Batch File  |  1997-01-11  |  730b  |  16 lines

  1. echo off
  2. cls
  3. echo This batch file will load BTRIEVE into memory. It is required in order
  4. echo to run the DOS-based PsL CD-ROM Access Program. The Windows-based program
  5. echo does not require the TSR, but does require you to copy VBRUN300.DLL and
  6. echo WBTRCALL.DLL from the RUNTIMES directory to your WINDOWS directory.
  7. echo These files are copied for you automatically when you run SETUP.BAT.
  8. echo  
  9. echo If you do not wish to load the Btrieve TSR at this time, press Ctrl-C
  10. echo to exit this batch file; otherwise, press Enter. (Btrieve is unloaded
  11. echo when you quit the program so that it does not continue to use up memory.
  12. echo  
  13. pause
  14. PSL_NEWS\BTRIEVE/M:64/P:4096/T:C:\BTRIEVE.TRN/U:16
  15. PSL_NEWS\DONT_RUN %1 %2
  16.