home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / LOT201UP / INS201UP.BAT < prev    next >
DOS Batch File  |  1987-01-26  |  993b  |  26 lines

  1. echo off
  2. rem    Lotus unprotect for 1-2-3 ver 2.01,  1.24.86, TOM
  3. cls
  4. echo     This program unprotects Lotus 1-2-3 ver 2.01 so
  5. echo      that it can be run from a hard disk without
  6. echo      installation or the need for a Key Disk in A:.
  7. echo      It also permits running with support programs
  8. echo      like HAL ver 1.00 without the key disk.
  9. echo                   ----*----
  10. echo This program requires the following
  11. echo  1. Hard disk subdirectory c:\spredsht\lotus2 must exist.
  12. echo  2. Lotus ver 2.01 files are loaded in this subdirectory.
  13. echo     (diskcopy each disk into the S/D without installing.
  14. echo  3. Run this file (if 1 & 2 above have not been accomplished
  15. echo         type a ^C now and answer Y to exit.  Do steps 1 & 2
  16. echo         and rerun this program ( ins201up ).
  17. pause
  18. cls
  19. cd c:\spredsht\lotus2
  20. del  c:123.com
  21. copy a:lotus201.unp  c:123.exe
  22. cls
  23. echo Copy Unprotection for Lotus 1-2-3, v 2.01 is complete
  24. echo Returning to the Root directory, drive C:
  25. cd c:\
  26.