Guys, hope someone can help with this...
I am using OSD with ZTI, I have my build and all is fine if I am only building with a single partition, my problems come when I want to create two partitions (they need to be C: and D
.
I am using ztidiskpart and the standard ztiuserexit.vbs functions.
My ztidiskpart.txt will create my two partitions although when I boot into windows after the build - My second partition is not formatted....I am adding the format information into the ztiuserexit.vbs but nothing is happening:
_______________________________________________
ztiuserexit.vbs:
iRetVal = wshShell.Run("FORMAT C: /FS:NTFS /V:System /Q /Y", 0, true)
wshShell.run("FORMAT D: /FS:NTFS /V
ATA /Q /Y", 0,true)
_______________________________________
Thanks in anticipation
Chris
ChrisCj21
MCSE, A+, N+
I am using OSD with ZTI, I have my build and all is fine if I am only building with a single partition, my problems come when I want to create two partitions (they need to be C: and D
I am using ztidiskpart and the standard ztiuserexit.vbs functions.
My ztidiskpart.txt will create my two partitions although when I boot into windows after the build - My second partition is not formatted....I am adding the format information into the ztiuserexit.vbs but nothing is happening:
_______________________________________________
ztiuserexit.vbs:
iRetVal = wshShell.Run("FORMAT C: /FS:NTFS /V:System /Q /Y", 0, true)
wshShell.run("FORMAT D: /FS:NTFS /V
_______________________________________
Thanks in anticipation
Chris
ChrisCj21
MCSE, A+, N+