September 3, 200422 yr 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
September 3, 200422 yr and what batch file are you trying to run?Some located on your HD to create the ISO?
September 3, 200422 yr Author 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
Create an account or sign in to comment