home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / finance / st_bgt18.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-08-25  |  3KB  |  75 lines

  1. @echo off
  2. cls
  3. if %1x==x goto ERROR
  4. if %2x==x goto ERROR
  5. echo ███████████████████████████████████████████████████████████████
  6. echo ██                                                           ██
  7. echo ██                  ST-BUDGET  version 1.8                   ██
  8. echo ██  ──────────────────────────────────────────────────────── ██
  9. echo ██                                                           ██
  10. echo ██                  Installation Program                     ██
  11. echo ██                                                           ██
  12. echo ██                                                           ██
  13. echo ██   The purpose of this program is to install the           ██
  14. echo ██   ST-BUDGET System onto your computer.                    ██
  15. echo ██                                                           ██
  16. echo ██   The directory %2\BUDGET will be created and the         ██
  17. echo ██   system files will be placed within this directory       ██
  18. echo ██                                                           ██
  19. echo ███████████████████████████████████████████████████████████████
  20. echo 
  21.  
  22. :UNZIP
  23. echo .
  24. echo .
  25. echo Working...
  26. %1\ST-BGT.EXE -d  %2\BUDGET
  27.  
  28. goto done
  29.  
  30. :ERROR
  31. echo 
  32. echo Installation Procedure Command Format:
  33. echo 
  34. echo drive:INSTALL f: h:
  35. echo 
  36. echo   drive:  is the location of your floppy disk (and directory) of the
  37. echo           INSTALL program provided with the ST-BUDGET Installation Disk
  38. echo           E.g.- 'A:\'  from the ST-BUDGET Installation Disk floppy
  39. echo 
  40. echo       f:  is the location of the files containing the STBUDGET.EXE
  41. echo           file (This will usually be the same as above)
  42. echo           This specifies where the ST-BUDGET system will be installed
  43. echo           FROM.
  44. echo           E.g.- 'A:'
  45. echo 
  46. echo       h:  is your Hard Drive designator destination location.
  47. echo           This specifies where the ST-BUDGET system will be transferred
  48. echo           TO from the installation disk.
  49. echo           This would usually be the 'C:' drive.
  50. echo 
  51. echo Installation Failed - Improper or No arguments supplied.
  52. echo Please try again.
  53. :QUIT
  54. echo .
  55. echo The ST-BUDGET System Version 1.8 has not been installed!
  56. echo .
  57. goto end
  58.  
  59. :DONE
  60. echo Installation Completed
  61. echo 
  62. echo To invoke the ST-BUDGET System, you must:
  63. echo 
  64. echo 1) Move to the root directory of the destination drive.
  65. echo    E.g.- At the DOS prompt type;
  66. echo          %2
  67. echo          and then
  68. echo          cd \BUDGET
  69. echo .
  70. echo 2) Invoke the ST-BUDGET System
  71. echo    At the DOS prompt type:
  72. echo          BUDGET
  73.  
  74.  
  75.