home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / elecdesk.zip / TUTDATA.BAT < prev   
DOS Batch File  |  1985-10-31  |  1KB  |  41 lines

  1. echo off
  2. cls
  3. echo  ------  Tutorial Data Disk Installation  -------
  4. echo    
  5. echo  Press [Ctrl C] at any time to abort.
  6. echo     
  7. echo  DUAL DRIVE COMPUTERS: 
  8. echo  Put the "Tutorial Data Disk" in drive B.
  9. echo  
  10. echo  SINGLE DRIVE COMPUTERS:
  11. echo  Put the "Tutorial Data Disk" in the drive when prompted. 
  12. echo   
  13. pause 
  14. echo on
  15. cls
  16. copy a:*.doc b:
  17. copy a:*.ss b:
  18. copy a:*.db* b:
  19. copy db_names.s b:
  20. copy key.s b:
  21. cls
  22. echo off
  23. cls
  24. echo This completes setup of the working copies of your Electric Desk disks. 
  25. echo   
  26. echo Before you continue, make backup copies of your original Electric Desk
  27. echo disks.
  28. echo   
  29. echo Before using Electric Desk for the first time, run the Configuration
  30. echo Program on the Installation Disk to install your printer, modem and other
  31. echo selectable options.
  32. echo  
  33. echo Remember to make frequent backup copies of your data disks to prevent data
  34. echo loss that may occur as the result of power failures or disk failures.
  35. echo  
  36. echo IMPORTANT: Always exit from Electric Desk before turning off power to your
  37. echo computer. Failure to do so could result in data loss. 
  38. echo   
  39. echo Thank you for choosing Electric Desk. We hope you enjoy the program.
  40. echo   
  41.