home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: DFÜ und Kommunikation / SOS-DFUE.ISO / programm / internet / winnetuk / install.bat < prev    next >
Encoding:
DOS Batch File  |  1993-10-25  |  1.5 KB  |  49 lines

  1. @echo off
  2. echo.
  3. cls
  4. echo.  THIS BATCH FILE SHOULD BE RUN DIRECT FROM THE FLOPPY DISK!
  5. echo.
  6. echo.  ie Place disk in drive A:/B: and the log onto that drive then
  7. echo.  type install followed by return.  If you are on drive C: then
  8. echo.  please stop NOW and go to your floppy disk.
  9. echo.
  10. echo.  Hit a key to continue.    (Ctrl C to abort)
  11. echo.
  12. pause
  13. echo.
  14. echo.  This program will copy the WinNET UK Files onto your
  15. echo.  hard disk for installation using a Windows based setup
  16. echo.  program.  The default is to decompress the files into
  17. echo.  the directory:
  18. echo.
  19. echo.  C:\TMPW
  20. echo.
  21. echo.  You will require approximately 1Mb of disk space to 
  22. echo.  accomplish this process.
  23. echo.
  24. echo.  Once completed use the windows RUN option to RUN:
  25. echo.  C:\TMPW\SETUP.EXE
  26. echo.
  27. echo.  Then follow the instructions.
  28. echo.  If you want to place the files elsewhere hit Ctrl C now.
  29. echo.  Then make a directory (eg D:\TMP) and run WINNETUK sD:\TMP\
  30. echo.
  31. pause
  32. echo.
  33. echo.  Copying data to Drive C: Please standby
  34. echo.
  35. if exist C:\tmpw\nul goto next
  36. md C:\tmpw
  37. :next
  38. winnetuk C:\TMPW\
  39. copy *.zip C:\TMPW /v
  40. copy *.bat C:\TMPW /v
  41. echo.
  42. echo.  Now run SETUP.EXE from within Windows.              Enjoy.
  43. echo.
  44. echo.  Please note that the there is a ZIP files of NEWS GROUP 
  45. echo.  listing that has now been copied to C:\TMPW and needs to be
  46. echo.  uncompressed to be viewed.  This is a copy of details on our 
  47. echo.  server about available NEWSGROUPS.
  48. echo.
  49.