home *** CD-ROM | disk | FTP | other *** search
- You can make your own CD Image with the 'mkisofs' command.
- There are 3 files that you need.
-
- cygwin1.dll and mkisofs.exe should be put in C:\WINDOWS. Then the
- 'mkisofs' command will be available to use.
-
- rescue.zip should be unpacked into the main directory of the CD
- you will be making. A "en" directory will be created. This directory
- must be called "en" and is used by the Rescue System.
-
- Once you have everything you want on your CD in a directory and also
- have unpacked rescue.zip into that directory, run this command from a
- DOS window:
-
- mkisofs -J -R -V "<VOLUME-NAME>" -o cdrom.iso -b en/tools/isolinux/isolinux.bin -c en/tools/isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -sort sort.txt <CDROM-DIR>
-
- Instead of <VOLUME-NAME> use the name you want your CD to be called.
- Instead of <CDROM-DIR> put the directory where you CD files are located.
-
- This will build a cdrom.iso file with everything included (your files
- AND the Rescue System). Then you or someone else could burn a CD using
- this standard ISO Imge.
-
- John Ogness
- jogness@antivir.de
-
-