Jump to content

Batch file Help


krismark

Recommended Posts

When creating my winpe ISO, I can run

D:\WinpeSP2\build\Mkimg.cmd D:\WinpeSP2\source D:\WinpeSP2\Winpetmp D:\WinpeSP2\x86winpe.iso

from the command line but not a batch file It is looking for files in D:\WinpeSP2 not D:\WinpeSP2\build

TIA

Link to comment
Share on other sites


I want to create different ISO from various sources

Here is what I have so far

@echo Off

echo Deleting Previous ISO

del D:\WinpeSP2\*.iso

echo Deleting Previous Temp files

del D:\WinpeSP2\Winpetmp\*.* /s /q

start D:\WinpeSP2\build\Mkimg.cmd D:\WinpeSP2\source D:\WinpeSP2\Winpetmp D:\WinpeSP2\x86winpe.iso

echo Creating ISO

Echo Iso Now Created

pause

Once this is working I set Variables to copy from different source directories

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...