Subversion Repositories SvarDOS

Rev

Rev 574 | Rev 624 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 574 Rev 596
Line 182... Line 182...
182
 
182
 
183
# prepare the DOSEMU boot zip
183
# prepare the DOSEMU boot zip
184
DOSEMUDIR='dosemu-prep-files'
184
DOSEMUDIR='dosemu-prep-files'
185
mkdir "$DOSEMUDIR"
185
mkdir "$DOSEMUDIR"
186
# INSTALL.BAT
186
# INSTALL.BAT
187
echo 'IF NOT EXIST C:\TMP\NUL MKDIR C:\TMP'
187
echo 'IF NOT EXIST C:\TMP\NUL MKDIR C:\TMP' >> "$DOSEMUDIR/install.bat"
188
echo 'mkdir %DOSDIR%' >> "$DOSEMUDIR/install.bat"
188
echo 'mkdir %DOSDIR%' >> "$DOSEMUDIR/install.bat"
189
echo 'mkdir %DOSDIR%\cfg' >> "$DOSEMUDIR/install.bat"
189
echo 'mkdir %DOSDIR%\cfg' >> "$DOSEMUDIR/install.bat"
190
echo 'ECHO # pkg config file - specifies locations where packages should be installed >> %DOSDIR%\cfg\pkg.cfg' >> "$DOSEMUDIR/install.bat"
190
echo 'ECHO # pkg config file - specifies locations where packages should be installed >> %DOSDIR%\cfg\pkg.cfg' >> "$DOSEMUDIR/install.bat"
191
echo 'ECHO DIR PROGS C:\ >> %DOSDIR%\cfg\pkg.cfg' >> "$DOSEMUDIR/install.bat"
191
echo 'ECHO DIR PROGS C:\ >> %DOSDIR%\cfg\pkg.cfg' >> "$DOSEMUDIR/install.bat"
192
echo 'ECHO DIR GAMES C:\ >> %DOSDIR%\cfg\pkg.cfg' >> "$DOSEMUDIR/install.bat"
192
echo 'ECHO DIR GAMES C:\ >> %DOSDIR%\cfg\pkg.cfg' >> "$DOSEMUDIR/install.bat"