home *** CD-ROM | disk | FTP | other *** search
/ Chip Special: HTML & Java / Chip-Special_1997-01_HTML-a-Java.bin / ieakv31 / ieakv31.exe / UPDATE.142 < prev    next >
Encoding:
Text File  |  1996-12-19  |  468 b   |  26 lines

  1. REM This batch files will build distribution disk layouts.
  2.  
  3. cd %1
  4.  
  5. REM Build the .STF file first
  6.  
  7. ..\inf internet.stx internet.stf ..\internet.inf
  8. attrib -r readme.txt
  9. touch /t %2 %3 %4 12 0 0 internet.stf
  10. touch /t %2 %3 %4 12 0 0 readme.txt
  11. attrib +r readme.txt
  12.  
  13. REM Build the CAB files
  14. deltree /y disk1
  15. deltree /y disk2
  16. deltree /y disk3
  17. deltree /y disk4
  18.  
  19. ..\diamond /f %1.ddf
  20. touch /t %2 %3 %4 12 0 0 files.inf
  21. copy files.inf disk1
  22.  
  23. cd ..
  24.  
  25.  
  26.