home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo.
- cls
- echo. THIS BATCH FILE SHOULD BE RUN DIRECT FROM THE FLOPPY DISK!
- echo.
- echo. ie Place disk in drive A:/B: and the log onto that drive then
- echo. type install followed by return. If you are on drive C: then
- echo. please stop NOW and go to your floppy disk.
- echo.
- echo. Hit a key to continue. (Ctrl C to abort)
- echo.
- pause
- echo.
- echo. This program will copy the WinNET UK Files onto your
- echo. hard disk for installation using a Windows based setup
- echo. program. The default is to decompress the files into
- echo. the directory:
- echo.
- echo. C:\TMPW
- echo.
- echo. You will require approximately 1Mb of disk space to
- echo. accomplish this process.
- echo.
- echo. Once completed use the windows RUN option to RUN:
- echo. C:\TMPW\SETUP.EXE
- echo.
- echo. Then follow the instructions.
- echo. If you want to place the files elsewhere hit Ctrl C now.
- echo. Then make a directory (eg D:\TMP) and run WINNETUK sD:\TMP\
- echo.
- pause
- echo.
- echo. Copying data to Drive C: Please standby
- echo.
- if exist C:\tmpw\nul goto next
- md C:\tmpw
- :next
- winnetuk C:\TMPW\
- copy *.zip C:\TMPW /v
- copy *.bat C:\TMPW /v
- echo.
- echo. Now run SETUP.EXE from within Windows. Enjoy.
- echo.
- echo. Please note that the there is a ZIP files of NEWS GROUP
- echo. listing that has now been copied to C:\TMPW and needs to be
- echo. uncompressed to be viewed. This is a copy of details on our
- echo. server about available NEWSGROUPS.
- echo.
-