home *** CD-ROM | disk | FTP | other *** search
/ The First Hungarian Family / The_First_Hungarian_Family_CD-ROM.bin / internet / offlread / html / wmaster2 / install.bat < prev    next >
DOS Batch File  |  1995-06-21  |  2KB  |  70 lines

  1. ECHO OFF
  2. CLS
  3. SET d=C:
  4. IF .%1%== . GOTO start 
  5. SET d=%1%
  6. ECHO -1>%d%TEST
  7. IF NOT EXIST %d%TEST GOTO :error
  8. del %d%test
  9. :start
  10. ECHO                       WebMaster(TM) 2.0 INSTALLATION             
  11. ECHO -------------------------------------------------------------------------
  12. ECHO                              WebMaster(TM) 2.0
  13. ECHO                       Copyright 1995 The BrainStorm Co.
  14. ECHO                             All Rights Reserved
  15. ECHO.
  16. ECHO                            The BrainStorm Company
  17. ECHO                   P.O. Box 1333 - Studio City - CA - 91614
  18. ECHO                   For more information call (213) 969-2455
  19. ECHO                            Email: BrainCo@aol.com
  20. ECHO _________________________________________________________________________
  21. ECHO.
  22. ECHO This installs WebMaster(TM) on your drive in directory %d%\WMASTER, from 
  23. ECHO shareware floppy disks.  If you've downloaded this program & unzipped it 
  24. ECHO already, you don't need to run this; run WMASTER.EXE (in Windows) instead.
  25. ECHO To install to a drive other than %d%, exit now and type INSTALL followed 
  26. ECHO by the drive (i.e. INSTALL D: installs WebMaster(TM) 2.0 to drive D:).
  27. ECHO.
  28. ECHO.
  29. ECHO               READ THE 'READ_1ST.TXT' FILE FOR DETAILS
  30. ECHO               Press CTRL+BREAK to stop installation...
  31. ECHO.
  32. pause
  33. :begin1
  34. if exist WMASTER2.000 goto begin2
  35. cls
  36. ECHO Insert disk #1
  37. pause
  38. goto begin1
  39. :begin2
  40. mkdir %d%\wmaster
  41. cls
  42. ECHO Copying data...
  43. xcopy *.* %d%\wmaster
  44. :begin3
  45. if exist WMASTER2.001 goto begin4
  46. cls
  47. ECHO Insert disk #2
  48. pause
  49. goto begin3
  50. :begin4
  51. xcopy *.* %d%\wmaster
  52. cls
  53. ECHO Copying data...
  54. %d%
  55. cd %d%\wmaster
  56. splitf wmaster2.lzh /r
  57. del wmaster2.000
  58. del wmaster2.001
  59. lharc x wmaster2.lzh
  60. del wmaster2.lzh
  61. goto end
  62. :error
  63. echo Drive not responding--please try again.
  64. :end
  65. cls
  66. ECHO To access WebMaster(TM) in the future, add its icon to your desktop.
  67. ECHO  Or, you can double-click the WMASTER.EXE icon within File Manager.
  68. ECHO   Read & print the 'READ_1ST.TXT' file for further instructions !
  69.  
  70.