home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / netutils / lanwat.arj / SETDEMO.BAT < prev    next >
DOS Batch File  |  1993-06-08  |  2KB  |  61 lines

  1. Echo Off
  2. Cls
  3. Echo ***********************************************************
  4. Echo D&G Infosystems Inc. LANWatchMan(tm) (DEMO)
  5. Echo DownLoad Setup.
  6. Echo Please Note: The Official Product does have a windows
  7. Echo setup program. We did not place this portion on Compuserve
  8. Echo due to size change of approx. 300 Kb which would be added
  9. Echo to the download time. So do not despair the official product is
  10. Echo All MS Windows based including the setup program.
  11. Echo -
  12. Echo Thanks D&G Infosystems
  13. Echo ***********************************************************
  14. Pause
  15.  
  16. If X%1X==XX goto abort
  17.  
  18. Echo ***************************
  19. Echo Please Read Carefully:
  20. Echo Placing System Files in the
  21. Echo Windows System Directory (%1)
  22. Echo ***************************
  23. Echo If this is your Windows system directory press
  24. Echo any key to continue Otherwise
  25. Echo Press Ctrl+Break and then answer Y for Yes
  26. Echo To exit this Installation
  27. Pause
  28. goto start_demo
  29.  
  30. :abort
  31.  Echo Please Enter: SetDemo \Windows\System
  32.  Echo Where: \Windows\System is the Location of your MS Windows 3.x
  33.  Echo                        System Directory
  34.  Pause
  35.  Goto End
  36.  
  37. :NotSYSTEM
  38.  Echo Directory is Not The Windows System Directory.
  39.  Echo Aborting Setup Check for Proper Windows System Directory.
  40.  Echo %1 is not the MS Windows 3.x System Directory.
  41.  Goto End
  42.  
  43. :start_demo
  44. If NOT EXIST %1\GDI.EXE goto NotSYSTEM
  45.  
  46. Pause
  47. Cls
  48. Echo Starting Installation...
  49.  
  50. Copy *.dll %1
  51. Copy Gsw*.exe %1
  52. Copy *.vbx %1
  53.  
  54. Del *.vbx
  55. Del *.dll
  56. Del Gsw*.exe
  57.  
  58. Echo End of DEMO Installation Completed !!!
  59.  
  60. :End
  61.