home *** CD-ROM | disk | FTP | other *** search
- REM This batch files will build distribution disk layouts.
-
- cd %1
-
- REM Build the .STF file first
-
- ..\inf internet.stx internet.stf ..\internet.inf
- attrib -r readme.txt
- touch /t %2 %3 %4 12 0 0 internet.stf
- touch /t %2 %3 %4 12 0 0 readme.txt
- attrib +r readme.txt
-
- REM Build the CAB files
- deltree /y disk1
- deltree /y disk2
- deltree /y disk3
- deltree /y disk4
-
- ..\diamond /f %1.ddf
- touch /t %2 %3 %4 12 0 0 files.inf
- copy files.inf disk1
-
- cd ..
-
-
-