[arachne] Re: MODIFYING GLENN'S BURNBACK.ZIP

Arachne at FreeLists---The Arachne Fan Club!

On Tue, 14 Apr 2009 23:35:53 -0400, Brian C. Murphy wrote:

> I have been examining Glenn Mccorkle's BURNBACK.BAT, which he uses to
> write from, I believe, all of his C,D,E,F,and G drives to CD.  I would
> like to be able to do much the same thing, but with the restriction that
> I would write only from either my H or I drive (or possibly on rare
> occasions from both.

> However, I have not been able to determine what changes I would have to
> make to write from only H or I, or possibly both.  I wonder if anyone
> understands BURNBACK.BAT well enough to inform me how to make that
> change.

> Brian Murphy

No problem Brian.....

--- modified burnback.bat ---
@ echo off
set TZ=-0400
rem nwcache.exe /u
if "%1"=="nozip" goto makeiso
if "%2"=="nozip" goto makeiso
if "%3"=="nozip" goto makeiso
md h:\drvs_c-g>nul
del h:\drvs_c-g\*.zip>nul
zip.exe -9 -r h:\drvs_c-g\drive_c c:\*.*
zip.exe -9 -r h:\drvs_c-g\drive_d d:\*.*
zip.exe -9 -r h:\drvs_c-g\drive_e e:\*.*
zip.exe -9 -r h:\drvs_c-g\drive_f f:\*.*
zip.exe -9 -r h:\drvs_c-g\drive_g g:\*.*
:makeiso
if "%1"=="noiso" goto burn
if "%2"=="noiso" goto burn
if "%3"=="noiso" goto burn
del i:\*.iso>nul
make9660.exe -p -m h:\drvs_c-g\ drvs_c-g i:\drvs_c-g.iso
:burn
addev.com aspi.sys
if "%1"=="format" cdtools /format /id=0:1:0 /noconfirm
if "%2"=="format" cdtools /format /id=0:1:0 /noconfirm
if "%3"=="format" cdtools /format /id=0:1:0 /noconfirm
file2cd.exe i:\drvs_c-g.iso /id=0:1:0 /noconfirm /nounderrun
deldev.com aspi.sys
del c:\aspi.log
goto end
Use the following 3 commands to determine the correct ID of your burner....
addev.com aspi.sys
cdtools.exe /devices
deldev.com aspi.sys
Now replace all occurences of '/id=0:1:0' above with the ID of your burner.
:end
______________________________________________________________________________


This one will now make ZIP files of all 5 drives (C thru G) on drive H:

It will then make the ISO image file containing those 5 ZIPs on drive I:
and then burn that image to disc.

All 100% automatic by simply typing....

burnback.bat<enter>

-- 
 http://www.glennmcc.org/
                  Arachne at FreeLists                  
-- Arachne, The Premier GPL Web Browser/Suite for DOS --

Other related posts: