home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / elecdesk.zip / HARD2.BAT < prev    next >
DOS Batch File  |  1985-10-31  |  953b  |  33 lines

  1. echo off
  2. cls
  3. echo  -----------  Hard Disk Installation - Continued  -----------
  4. echo    
  5. echo Press [Ctrl C] at any time to abort.
  6. echo  
  7. pause 
  8. echo on
  9. cls
  10. copy a:eds.exe c:
  11. copy a:eds.ovl c:
  12. copy a:config.exe c:
  13. copy a:*.dta c:
  14. copy a:*.doc c:
  15. copy a:*.ss c:
  16. copy a:*.db* c:
  17. cls
  18. echo off
  19. cls
  20. echo This completes installation of Electric Desk on your hard disk. 
  21. echo   
  22. echo Before using Electric Desk for the first time, run the Configuration
  23. echo Program to install your printer, modem and other selectable options.
  24. echo  
  25. echo Remember to make frequent backup copies of your data files to prevent data
  26. echo loss that may occur as the result of power failures or disk failures.
  27. echo  
  28. echo IMPORTANT: Always exit from Electric Desk before turning off power to your
  29. echo computer. Failure to do so could result in data loss. 
  30. echo    
  31. echo Thank you for choosing Electric Desk. We hope you enjoy the program.
  32. echo   
  33.