|
;
; diskemu.cmd sample file v1.0
; Created by juju
;
:start
cls
print
print -----------------------------------------------------------------------------
print Lazy-Cat-4 System-Ultra-Auto-Setup Choice Menu for XP V4.1Pro 2002-01-14
print -----------------------------------------------------------------------------
print 1) Setup Microsoft Windows XP Professional Legend OEM
print SN:FCKGW-RHQQ2-YXRKT-8TG6W-2B7Q8
print 2) Auto-Setup Windows XP Professional Legend OEM
print 3) Setup Microsoft Windows 98 se
print SN:QY7TT-VJ7VG-7QPHY-QXHD3-B838Q
print 4) Auto-Setup Windows 98 se
print 5) Start Utilities Tools
print 6) Gdisk Fast-Auto-Partition and Format
print 7) Ghost2002 Choice Menu
print 8) Rav2002 Antivirus for Dos/2000/XP Ntfs
print 9) Disk Manager 9.55
print 0) Bios Backup and Flash (Award+Nvflash)
print Q) Quit to Dos
print R) Reboot
print ----------------------------------------------------------------------------
print Made By System-Ultra-Auto-Setup CEO:Little Cat JUJU
print QQ:52189006 E-mail:mongju@263.net
print ----------------------------------------------------------------------------
print F1=Help / F10=deload /F12=Boot A /Esc=Boot HD
print ----------------------------------------------------------------------------
:mainkey
; timeout is 30 seconds, default key is escape
getkey 30 esc
onkey 1 goto WINXPPRO
onkey 2 goto AUTOXP
onkey 3 goto WIN98SE
onkey 4 goto AUTO98
onkey 5 goto 025SCSI
onkey 6 goto Gdisk
onkey 7 goto Ghost
onkey 8 goto Rav
onkey 9 goto Dm
onkey 0 goto Bios
onkey q quit
onkey r reboot
onkey 0x3b00 goto help
onkey 0x4400 run loader.bin
onkey esc boot 80
onkey 0x8600 boot 0
; When no key found...
goto mainkey
;
:help
cls
print HELP
print ----
print
print This Cd-Rom Is Made By JUJU
print
print If you Have Any Peradventure,Please Send E-mail for mE!
print
print E-mail: mongju@263.net
print
print
print + Have ISO9660 filesystem support, you can do "dir" and "cd"
print + A "advanced" command prompt to load anything you want
print + A simple bootmenu for "less" advanced users
print + Autodetection of floppy image types (by filesize)
print + Using a bootable Diskemu 1.x CD-Rom, you can even boot images from "non-
print bootable" CD-Roms, just swap the CD, type "cd \" and you can use that CD.
print (Cool!)
print + You can create a multiboot bootable CD-Rom using (almost) any recording
print software you want
print + Supported floppy types: 160KB, 180KB, 320KB, 360KB, 1.2MB, 720KB, 820KB,
print 1.44MB, 1.68MB, 1.72MB, 2.88MB
print
print All supported command are listed below.
print
print batch boot bootinfotable cd cls dir
print echo emusegm getkey goto help keyval
print loadsegm onkey print quit readtest reboot
print run test type ver
print
print help <command> (or ?) Displays help about <command>
print
print Press any key to return to main menu
getkey
goto start
:WINXPPRO
print Starting Setup Microsoft Windows XP Professional Legend OEM
cd img
run WXPPSECT.DAT
getkey
goto start
;
:AUTOXP
print Starting Auto-Setup Windows XP Professional Legend OEM
cd img
run BOOTXP.IMG
getkey
goto start
;
:WIN98SE
print Starting Setup Microsoft Windows 98 SE
cd img
run PWIN98.IMG
getkey
goto start
;
:AUTO98
print Starting Auto-Setup Windows 98 se
cd img
run AUTO98.IMG
getkey
goto start
;
:025SCSI
print Start Bootcd 025
cd img
run SCSI98.IMG
getkey
goto start
;
:Gdisk
print Start Gdisk Fast-Auto-Partition and Format
cd img
run GDISK.IMG
getkey
goto start
;
:Ghost
print Start Ghost2002 Choice Menu
cd img
run Ghost.IMG
getkey
goto start
;
:Rav
print Start Rav2002 Antivirus for Dos/2000/XP
cd img
run Rav2002.IMG
getkey
goto start
;
:Dm
print Start Disk Manager 9.55
cd img
run Dm.IMG
getkey
goto start
;
:Bios
print Start Bios Backup and Flash (Award+Nvflash)
cd img
run Bios.IMG
getkey
goto start
;
|
|