PDA

View Full Version : image for windows tereyte umlimited scripts


lodore
June 4th, 2008, 06:28 PM
Hello,
i have just downloaded the scripts for automating backups from there website.
i have placed the IsAdmin.exe, IsFree.exe, and MsgBox.exe in C:\windows
i have started to edit the profile.cmd file.

these are the entries i have set
set ImageName=Windows.TBI
set BackupParentDir=Z:\IFW images
set Space=0

i got confused on the set IFWParms=
the other day i set the options for backup in the program and clicked on the show command button and saved a picture of it. can someone look at the screenshot and advice me of what i should put next to the IFWParms=
link to screenshot (http://www.wilderssecurity.com/attachment.php?attachmentid=200121&d=1211551892)
also is there anything else i need to change in the file?
thanks in advance
lodore

pocono
June 5th, 2008, 05:16 AM
set IFWParms=/b /dw:0@0x1 /v /vb

You really only need to use /vb (validate byte for byte).

lodore
June 5th, 2008, 05:46 AM
{QUOTE-> set IFWParms=/b /dw:0@0x1 /v /vb

You really only need to use /vb (validate byte for byte). <-QUOTE}
thanks alot and i will just set vb
i get an error as shown below.

pocono
June 5th, 2008, 02:04 PM
Sorry about that. Misplaced the colon.

set IFWParms=/b /d:w0@0x1 /v /vb

lodore
June 5th, 2008, 02:17 PM
{QUOTE-> Sorry about that. Misplaced the colon.

set IFWParms=/b /d:w0@0x1 /v /vb <-QUOTE}
no problem thanks.