krismark Posted September 3, 2004 Posted September 3, 2004 When creating my winpe ISO, I can runD:\WinpeSP2\build\Mkimg.cmd D:\WinpeSP2\source D:\WinpeSP2\Winpetmp D:\WinpeSP2\x86winpe.isofrom the command line but not a batch file It is looking for files in D:\WinpeSP2 not D:\WinpeSP2\buildTIA
philipnorth Posted September 3, 2004 Posted September 3, 2004 and what batch file are you trying to run?Some located on your HD to create the ISO?
krismark Posted September 3, 2004 Author Posted September 3, 2004 I want to create different ISO from various sourcesHere is what I have so far@echo Off echo Deleting Previous ISOdel D:\WinpeSP2\*.isoecho Deleting Previous Temp filesdel D:\WinpeSP2\Winpetmp\*.* /s /qstart D:\WinpeSP2\build\Mkimg.cmd D:\WinpeSP2\source D:\WinpeSP2\Winpetmp D:\WinpeSP2\x86winpe.isoecho Creating ISOEcho Iso Now CreatedpauseOnce this is working I set Variables to copy from different source directories
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now