home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / baslin.zip / SHARE.BAT < prev   
DOS Batch File  |  1987-10-26  |  457b  |  18 lines

  1.  
  2. CLS
  3. REM This batch file creates a shareware copy of BASIC Line Numbers. The copy will
  4. REM will contain complete working software and a manual on disk.
  5. REM
  6. REM Make sure a complete copy of BASIC Line Numbers is on the current directory
  7. REM of your default drive. Place a blank formatted disk in your a: drive.
  8. PAUSE
  9. REM
  10. COPY share.bat a:
  11. COPY printman.bat a:
  12. COPY manual.txt a:
  13. COPY baslin.exe a:
  14. COPY files.txt a:
  15. REM
  16. REM COPY COMPLETED
  17.  
  18.