Add create test disk batch file

This commit is contained in:
michaelangel007 2023-04-06 19:12:06 -07:00
parent d76a6175ab
commit 44522562ba
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
echo.>foo1.txt
echo.>foo2.txt
echo.>foo3.txt
REM Windows
echo a020a90220a8fc8d30c0a92420a8fc8d30c088d0ed60 > softbeep.hex
certutil.exe -f -v -decodehex softbeep.hex softbeep.bin
REM Windows
prodosfs test.dsk init -size=140 /TEST
prodosfs test.dsk cp foo1.txt /
prodosfs test.dsk cp foo2.txt /
prodosfs test.dsk cp foo3.txt /
prodosfs test.dsk cp -aux=$0300 softbeep.bin /
prodosfs test.dsk catalog