VirtualBox

source: vbox/trunk/src/VBox/ValidationKit/vms/t-dos71.txt@ 86426

最後變更 在這個檔案從86426是 70759,由 vboxsync 提交於 7 年 前

More dos test descriptions.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 991 位元組
 
1
2Test VM - t-dos71 - PC-DOS 7.1 (or 7.0)
3=======================================
4
5Setup:
6 - Create a default DOS VM 't-dos71'.
7 - Install DOS (single partition, etc). Make sure to install the IBM anti virus.
8 - Make sure POWER.EXE is loaded by Config.sys and that emm386 isn't used.
9 - Add /V to HIMEM.
10 - Install CDROM driver (e.g. OAK).
11 - Copy DosSleep.exe and DosVmOff.com onto the disk (C:\).
12 - Create c:\test.bat with the following content:
13 echo TESTING: chkdsk C: >COM1
14 C:\DOS\CHKDSK.COM C:
15 @IF NOT ERRORLEVEL 0 GOTO fail
16 @
17 echo TESTING: IBM anti virus scan >COM1
18 c:\dos\ibmavsp.exe C: -ALL -NLOG
19 @IF NOT ERRORLEVEL 0 GOTO fail
20 @
21 echo PASSED>COM1
22 goto done
23
24 :fail
25 echo FAILED>COM1
26 goto done
27
28 :done
29 @echo Powering off in 5 seconds...
30 dossleep 5
31 dosvmoff
32 - Edit c:\autoexec.bat appending "echo on" and "call c:\test.bat".
33 - Check that C:\config.sys contains himem.sys from windows and no emm386.
34
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette