home *** CD-ROM | disk | FTP | other *** search
/ PC Today 6 / PCT6-8D1.img / 1.EXE / TIMEWORK / INSTALL.BAT < prev   
Encoding:
DOS Batch File  |  1992-10-15  |  1.2 KB  |  39 lines

  1. echo off
  2. cls
  3. if "%1"=="a:" goto install
  4. if "%1"=="A:" goto install
  5. if "%1"=="b:" goto install
  6. if "%1"=="B:" goto install
  7. echo -----------------------------------------
  8. echo You need to type INSTALL A: or INSTALL B:
  9. echo -----------------------------------------
  10. goto end
  11. :install
  12. echo **** MAKING THE TIMEWORKS PUBLISHER LITE MASTER DISKS *****
  13. echo You need two formatted disks. If you haven't got any, press
  14. echo Control+C and format two now. They need to be blank so make
  15. echo sure you have wiped off any programs on them.
  16. pause
  17. echo Put one of the blank disks in drive %1
  18. pause
  19. echo ============ MAKING DISK 2 =====================
  20. disk2 /e%1
  21. echo ============ DISK 2 FINISHED ===================
  22. echo Label this disk Timeworks Publisher Lite Disk 2.
  23. pause
  24. echo ============ MAKING DISK 1 =====================
  25. echo Put the other blank disk in drive %1
  26. pause
  27. disk1 /e%1
  28. echo =========== DISK 1 FINISHED ====================
  29. echo Label this disk Timeworks Publisher Lite Disk 1.
  30. pause
  31. cd \
  32. echo =========== TIMEWORKS LITE INSTALL ========================
  33. echo I'm going to transfer to the Timeworks INSTALL program now.
  34. echo You can delete this TIMEWORK directory after installation.
  35. pause
  36. %1
  37. install
  38. :end
  39.