home *** CD-ROM | disk | FTP | other *** search
/ Software Collection (I) / TOOLS.iso / f30 / readme.bat < prev    next >
Encoding:
DOS Batch File  |  1992-08-24  |  1.6 KB  |  83 lines

  1. echo off
  2. rem    Unpacker
  3. rem    Information Viewer and optional installation 
  4. :start
  5. if not exist infounpk.com goto done2
  6. infounpk -b
  7. if errorlevel 255 goto done
  8. echo ──────── Transfering Files ────────
  9. if errorlevel 9 goto disk9
  10. if errorlevel 8 goto disk8
  11. if errorlevel 7 goto disk7
  12. if errorlevel 6 goto disk6
  13. if errorlevel 5 goto disk5
  14. if errorlevel 4 goto disk4
  15. if errorlevel 2 goto disk2
  16. if errorlevel 1 goto disk1
  17. goto done
  18. :disk9
  19. e:
  20. if exist \unpkack\unpack.exe goto skipeb
  21. md \unpack
  22. :skipeb
  23. copy b:*.* \unpack
  24. cd \unpack
  25. goto start
  26. :disk8
  27. e:
  28. if exist \unpack\unpack.exe goto skipea
  29. md \unpack
  30. :skipea
  31. copy a:*.* \unpack
  32. cd \unpack
  33. goto start
  34. :disk7
  35. d:
  36. if exist \unpack\unpack.exe goto skipdb
  37. md \unpack
  38. :skipdb
  39. copy b:*.* \unpack
  40. cd \unpack
  41. goto start
  42. :disk6
  43. d:
  44. if exist \unpack\unpack.exe goto skipda
  45. md \unpack
  46. :skipda
  47. copy a:*.* \unpack
  48. cd \unpack
  49. goto start
  50. :disk5
  51. c:
  52. if exist \unpack\unpack.exe goto skipcb
  53. md \unpack
  54. :skipcb
  55. copy b:*.* \unpack
  56. cd \unpack
  57. goto start
  58. :disk4
  59. c:
  60. if exist \unpack\unpack.exe goto skipca
  61. md \unpack
  62. :skipca
  63. copy a:*.* \unpack
  64. cd \unpack
  65. goto start
  66. :disk2
  67. copy a:*.* b:
  68. goto start
  69. :disk1
  70. copy b:*.* a:
  71. goto start
  72. :done2
  73. echo   
  74. echo   INFOUNPK.COM was not found on the default drive.  Insert the master 
  75. echo   diskette  in the floppy drive  and set the default diskette to  the
  76. echo   same drive.  For example, if the diskette is in drive A, then:
  77. echo  
  78. echo            at the DOS prompt enter     A:
  79. echo            then enter                  README
  80. echo  
  81. :done
  82. echo  
  83.