home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / resume20.zip / START.BAT < prev   
DOS Batch File  |  1988-03-31  |  3KB  |  78 lines

  1. echo off
  2. cls
  3. if %1x==x goto syntax
  4. echo  
  5. echo       ╔════════════════════════════════════════════════════╗
  6. echo       ║               START  Procedure for Re$ume!         ║
  7. echo       ╚════════════════════════════════════════════════════╝
  8. echo  
  9. echo        HARD DISK SYSTEM:  Continue to next screen of instructions.
  10. echo  
  11. echo        FLOPPY DISK SYSTEM:  Place a newly formatted disk in 
  12. echo        the B drive. If you have not formatted a disk,
  13. echo                            ┌─┬────┬─┐         ┌───┐
  14. echo        abort  by pressing  │ │Ctrl│ │ and the │ C │ keys
  15. echo                            └─┴────┴─┘         └───┘
  16. echo        at the same time.  At the question:
  17. echo              "Terminate batch job?(Y/N)".  Respond "Y".
  18. echo  
  19. echo        Format a diskette and enter   START B:   to begin again.
  20. echo  
  21. pause
  22. cls
  23. echo  
  24. echo       ╔════════════════════════════════════════════════════╗
  25. echo       ║             Copying Re$ume! files step             ║
  26. echo       ╚════════════════════════════════════════════════════╝
  27. echo  
  28. echo            Please wait while I create your WORKING Disk
  29. echo                        starting to copy now
  30. copy baseset %1/v >nul
  31. echo                            wait please
  32. copy *.pgm %1*.exe/v >nul
  33. echo                            please wait
  34. copy *.doc %1/v >nul
  35. echo                           almost done now
  36. copy *.scn %1/v >nul
  37. echo                            two more to go
  38. copy compser.ins %1compser.nai/v >nul
  39. echo                               one more
  40. copy resume.bat %1/v >nul
  41. echo  
  42. pause
  43. CLS
  44. echo  
  45. echo       ╔════════════════════════════════════════════════════╗
  46. echo       ║              !!! Congratulations !!!               ║
  47. echo       ║                                                    ║
  48. echo       ║               You have successfully                ║
  49. echo       ║                  installed your                    ║
  50. echo       ║                      Re$ume!                       ║
  51. echo       ║                   working disk.                    ║
  52. echo       ║                                                    ║
  53. echo       ╚════════════════════════════════════════════════════╝
  54. echo  
  55. echo         Please take time now and fill out the registration
  56. echo         form and mail it back to us.
  57. echo  
  58. pause
  59. goto endit
  60. :syntax
  61. CLS
  62. echo  
  63. echo       ╔════════════════════════════════════════════════════╗
  64. echo       ║                                                    ║
  65. echo       ║              !!! Installation ERROR !!!            ║
  66. echo       ║      You must identify the drive on which you      ║
  67. echo       ║      want your working disk created.               ║
  68. echo       ║                                                    ║
  69. echo       ║      For Hard Disk Systems enter:                  ║
  70. echo       ║          START C: ─┘                              ║
  71. echo       ║                                                    ║
  72. echo       ║      For Floppy Disk Systems enter:                ║
  73. echo       ║          START B: ─┘                              ║
  74. echo       ║                                                    ║
  75. echo       ╚════════════════════════════════════════════════════╝
  76. echo  
  77. :endit
  78.