Jump to content

trooble with cdimage


JonVil

Recommended Posts


Try this:

Create ISO.cmd

@ECHO OFF

SET CDDVDLABEL=MYCDLABEL
SET BOOTFILE=BOOT.BIN
SET CDDVDFILES=C:\myfiles
SET ISONAME=MyISO.iso

CDIMAGE -L%CDDVDLABEL% -YD -N -H -X -M -D -O -B%BOOTFILE% %CDDVDFILES% %ISONAME%

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...