Subversion Repositories SvarDOS

Rev

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

Rev 862 Rev 867
Line 161... Line 161...
161
unzip -CLj "$REPOROOT/core/mem.svp" bin/mem.exe -d "$FLOPROOT/"
161
unzip -CLj "$REPOROOT/core/mem.svp" bin/mem.exe -d "$FLOPROOT/"
162
unzip -CLj "$REPOROOT/core/mode.svp" bin/mode.com -d "$FLOPROOT/"
162
unzip -CLj "$REPOROOT/core/mode.svp" bin/mode.com -d "$FLOPROOT/"
163
unzip -CLj "$REPOROOT/core/more.svp" bin/more.exe -d "$FLOPROOT/"
163
unzip -CLj "$REPOROOT/core/more.svp" bin/more.exe -d "$FLOPROOT/"
164
unzip -CLj "$REPOROOT/core/pkg.svp" bin/pkg.exe -d "$FLOPROOT/"
164
unzip -CLj "$REPOROOT/core/pkg.svp" bin/pkg.exe -d "$FLOPROOT/"
165
 
165
 
-
 
166
# generate a simple autoexec.bat file
-
 
167
echo '@ECHO OFF' > "$FLOPROOT/autoexec.bat"
-
 
168
echo '' >> "$FLOPROOT/autoexec.bat"
-
 
169
echo 'REM Load DISPLAY driver if present' >> "$FLOPROOT/autoexec.bat"
-
 
170
echo 'IF EXIST DISPLAY.EXE DISPLAY CON=(EGA,,1)' >> "$FLOPROOT/autoexec.bat"
-
 
171
echo '' >> "$FLOPROOT/autoexec.bat"
-
 
172
echo 'FDAPM APMDOS' >> "$FLOPROOT/autoexec.bat"
-
 
173
echo '' >> "$FLOPROOT/autoexec.bat"
-
 
174
echo 'ECHO.' >> "$FLOPROOT/autoexec.bat"
-
 
175
echo 'ECHO  ********************' >> "$FLOPROOT/autoexec.bat"
-
 
176
echo 'ECHO   WELCOME TO SVARDOS' >> "$FLOPROOT/autoexec.bat"
-
 
177
echo 'ECHO  ********************' >> "$FLOPROOT/autoexec.bat"
-
 
178
echo "ECHO  build: $CURDATE" >> "$FLOPROOT/autoexec.bat"
-
 
179
echo 'ECHO.' >> "$FLOPROOT/autoexec.bat"
-
 
180
echo '' >> "$FLOPROOT/autoexec.bat"
-
 
181
echo "INSTALL $CURDATE" >> "$FLOPROOT/autoexec.bat"
-
 
182
unix2dos "$FLOPROOT/autoexec.bat"
-
 
183
 
166
 
184
 
167
echo
185
echo
168
echo "### Computing the USB image"
186
echo "### Computing the USB image"
169
echo
187
echo
170
 
188