Tecnician

Páginas: 2 (467 palabras) Publicado: 2 de febrero de 2013
How to Create Ms-Dos BootCD (Hiren's Bootable CD)?
Tools Used:
bfi.exe (Build Floppy Image - to create bootable image from files)
mkisofs.exe (a tool to create/build the CDRom ISO image file)build-iso.cmd (batch file to create floppy and iso image)
We will need some files from Windows ME or Windows XP startup disk
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-Romdriver, 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
[pic]AUTOEXEC.BAT
[pic]
@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
[pic]
CONFIG.SYS
[pic]
[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
[pic]
You can add your favorite Programs in the bootcd,All you need to do is Edit autoexec.bat and config.sys and add all the required files in the folder and double click on build-iso and you are ready to burn bootcd.iso
Example: You want to add McafeeAntivirus in the bootcd, all you do is create a folder MCAFEE in the folder CD
and add a line in config.sys menu

menuitem=MCAFEE, McAfee Antivirus

add two more lines in config.sys
[MCAFEE]...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Tecnician
  • manual tecnicio del sistema
  • tecnici radiologo
  • tecnici medio
  • dibuijo tecnici
  • Tecnicio en Comunicacion Social
  • tecnici mecánico automotriz
  • tecnici en comunicacion social

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS