diff --git a/resources/winpestart.bat b/resources/winpestart.bat new file mode 100644 index 0000000..ae3fda0 --- /dev/null +++ b/resources/winpestart.bat @@ -0,0 +1,7 @@ +rem ---------------------------- +rem WinPE Startfile: +rem ---------------------------- +net use z: \\192.168.75.3\windows +z: +cd \source +setupprep.exe \ No newline at end of file