It turn a folder into an ISO by dropping it on this batch
Code:

\\server\shared\CDIMAGE -LIMAGE -YD -N -H -X -OCI -M -D %1 IMAGE.ISO
move image.iso "%userprofile%\desktop"



to burn an ISO by dropping it on this batchfile

Code:

for /F "usebackq" %%i in (`"\\server\shared\findcd.com -a"`) do set CD=%%i:
\\server\shared\cdburn %cd% %1


_________________________
How to ask questions the smart way <-----------> Before you ask