This commit is contained in:
Michael H.G. Schmidt 2021-03-28 19:40:24 +02:00
parent 5a915ed076
commit 95daaa9845

View File

@ -22,7 +22,11 @@ echo replacing setup.exe with our installer utility ...
copy /Y installer.exe %BOOT%\setup.exe
echo copy snapshot64 to boot ...
copy /Y ..\software\snapshot64.exe %BOOT%
if EXIST ..\personal\snapshot64.exe (
copy /Y ..\personal\snapshot64.exe %BOOT%
) else (
copy /Y ..\software\snapshot64.exe %BOOT%
)
echo copy netuse helper script to boot ...
copy /Y netuse.cmd %BOOT%