home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l430 / 1.ddi / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-06-09  |  728 b   |  34 lines

  1. @echo off
  2. rem install for Undocumented Windows
  3. echo .
  4. echo Installing Undocumented Windows in C:\UNDOCWIN
  5. echo This requires about two megabytes of free disk space
  6. echo .
  7. echo Press Ctrl-C to quit, or
  8. pause
  9. c:
  10. md \undocwin
  11. cd \undocwin
  12. copy a:\read.me
  13. copy a:\pkunzip.exe
  14. echo .
  15. echo Make subdirectories...
  16. echo .
  17. for %%f in (1 2 3 4 5 6 8 9 10) do md chap%%f
  18. md winio
  19. for %%f in (bc msc6 msc7) do md winio\%%f
  20. md source
  21. echo .
  22. echo Unzip files...
  23. echo .
  24. for %%f in (1 2 3 4 5 6 8 9 10) do pkunzip a:\chap%%f chap%%f
  25. pkunzip a:\winiobc winio\bc
  26. pkunzip a:\winioms6 winio\msc6
  27. pkunzip a:\winioms7 winio\msc7
  28. pkunzip a:\source source
  29. echo .
  30. echo Done!  Please read the read.me file!
  31. dir read.me
  32.  
  33.  
  34.