Pertama download tools nya
[url=bootcd]
[You must be registered and logged in to see this link.]tools yg di butuh kan
1.bfi.exe (Build Floppy Image - to create bootable image from files)
2.mkisofs.exe (a tool to create/build the CDRom ISO image file)
3.build-iso.cmd (batch file to create floppy and iso image)
qta butuh beberapa file untuk ME or Windows XP startup disk
- Code:
-
io.sys (Dos Input Output System file)
msdos.sys (Dos system file)
command.com (MS-Dos mode command line interpreter)
himem.sys (An extended memory manager that is included with DOS and Windows)
mscdex.exe (Microsoft CD-Rom Extension)
oakcdrom.sys (Generic CD-Rom driver, work with the most of all IDE CD-ROM drives)
xmsdsk.exe (Adjustable XMS RAMdisk Driver - Freeware)
ctmouse.exe (Mouse Driver For Dos - also works on USB Mouse - Freeware) or mouse.com
- Code:
-
AUTOEXEC.BAT
@ECHO OFF
MSCDEX.EXE /D:CDDRIVER /L:X
XMSDSK.EXE 51200 R: /t /y
CTMOUSE.EXE
PATH=A:\;R:\
GOTO %CONFIG%
:TESTDISK
COPY X:\TESTDISK\*.* R:
R:\TESTDISK.EXE
GOTO DOS
:GHOST
COPY X:\GHOST\GHOST.EXE R:
R:\GHOST.EXE
GOTO DOS
:NTFS
COPY X:\NTFS\*.* R:
R:\NTFS4DOS.EXE
GOTO DOS
:RPM
COPY X:\RPM\*.* R:
R:\RPM.EXE
GOTO DOS
:DOS
ECHO X: CD DRIVE
ECHO R: RAM DRIVE
CONFIG.SYS
[MENU]
menuitem=DOS, Dos
menuitem=TESTDISK, TestDisk
menuitem=GHOST, Ghost
menuitem=NTFS, Ntfs
menuitem=RPM, Partition Manager
[DOS]
DEVICE=OAKCDROM.SYS /D:CDDRIVER /L:X
[TESTDISK]
include=DOS
[GHOST]
include=DOS
[NTFS]
include=DOS
[RPM]
include=DOS
[COMMON]
LASTDRIVE=Z
qta bisa masukkan program kesukaan qta ke boot cd, yg qta perlukan hanya mengedit Edit autoexec.bat and config.sys dan beberapa file yg dibutuhkan di folder
contoh : qta ingin masuk kan Mc Afee ke dalam boot cd. Yg perlu qta lakukan adalah membuat folder mc afee di dalam folder cd dan memasukkan baris di config.sys menu
- Code:
-
menuitem=MCAFEE, McAfee Antivirus
add two more lines in config.sys
[MCAFEE]
include=DOS
and add 4 lines in autoexec.bat
:MCAFEE
COPY X:\MCAFEE\*.* R:
R:\scanpm.exe /adl /all /clean
GOTO DOS
ktika qta boot cd qta maka akan menjumpai sperti ini
- Code:
-
Microsoft Windows Startup Menu
‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗
1. Dos
2. TestDisk
3. Ghost
4. Ntfs
5. Partition Manager
6. McAfee Antivirus
Enter a choice: 1
qta bisa dengan mudah membuat cd boot yg perlu hanya add file di dalam autoexec.bat and config.sys and copy files in CD folder and double click on build-iso.cmd
and it creates a iso file BootCD.iso
You can add as many items in the list but you are limited to 9 per screen
to add more items simply add submenu=MORE, More... (under [MENU] block)
and add [MORE] in config.sys and you can add more menuitem there