Jump to content

MHz

Member
  • Posts

    1,691
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Posts posted by MHz

  1. I've had that prob with batch scripts before, how I wanted to change the winnt.sif via batch. Only solution I coud find. Is Gzar. Allows you to change text, replace and whatever to inis, textfiles etc. Put it in your $OEM$\$$\System32 directory and use your batch to "GZAR Blah Blah Blah".

  2. Just a little change of turnibg off binary campare with Data Image.

    Still does duplicate only once, but a little faster.

    ----------------------------------------------------------------------------------------

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\Folder\shell\MakeBootISO\command]

    @="CDIMAGE.EXE -LWINDOWS -YD -N -H -X -Bc:\\WIndows\\System32\\Boot.Bin -OCI -M -D \"%1\" ..\\BootImage.iso"

    [HKEY_CLASSES_ROOT\Folder\shell\MakeDataISO\command]

    @="CDIMAGE.EXE -LDATA -YD -N -H -X -O -M -D \"%1\" ..\\DataImage.iso"

    ----------------------------------------------------------------------------------------

    Will make life easy for someone. :)

  3. I have CDImage and Boot.Bin in system32 folder.

    Entered this into registry:

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\Folder\shell\MakeBootISO\command]

    @="CDIMAGE.EXE -LDATACD -YD -N -H -X -BC:\\Windows\\System32\\Boot.Bin -OCI -M -D \"%1\" ..\\BootImage.iso"

    [HKEY_CLASSES_ROOT\Folder\shell\MakeDataISO\command]

    @="CDIMAGE.EXE -LDATACD -YD -N -H -X -OCI -M -D \"%1\" ..\\DataImage.iso"

    Shows as working. Creates a ISO next to the folder that you right click on.

    Bootable and Data working.

    Tried adding some more variables wwwithout success.

    Good tweak if you make alot of ISOs.

    Enjoy. :)

  4. Hello People, :)

    Kicking off a topic for autoit users. Autoit was designed by someone for automating mass PC rollout. Good for us. And free.

    Get from http://www.autoitscript.com/autoit3/

    My contribution is XP's File and Settings wizard, in this post.

    Some details below. Details also included in the script.

    ; --- File & Settings Wizard ---

    ; Summary:

    ; Make F&S Wiz do all the work of setting up your new Desktop, Startmenu, etc.

    ; Designed this script for mostly settings use.

    ; Hmm, use script for file extraction instead of using third-party archivers? Sounds cool.

    ; This script should work OK from CD or HardDrive

    ; Instructions:

    ; Recommend installing unattended OS and programs from CD into Virtual Machine.

    ; Run F&S Wiz after you have made settings the way you like them.

    ; Save the settings in "$OEM$\$Docs\All Users" in preparation for burning.

    ; You should now have a folder called "USMT2.UNC" in the above directory.

    ; Use latest Autoit V3 to compile scipt and put it as a last entry for RunOnceEx.

    Hope you enjoy,

    Bye. :rolleyes:

    FS_Wiz.zip

×
×
  • Create New...