This commit is contained in:
Michael H.G. Schmidt 2021-03-02 14:59:41 +01:00
parent 203ae9f580
commit 5ba9c9ed90
3 changed files with 3 additions and 2 deletions

View File

@ -55,7 +55,7 @@ if EXIST tools (
robocopy tools %USBDRIVE%\tools /COPY:DT /FFT /XO /256 /NJH /NJS /NDL /XF .gitignore
)
for %%P in (software scripts) do (
for %%P in (software scripts source optional) do (
if EXIST %%P (
echo.
echo copying folder %%P to drive %USBDRIVE%\tools ...

View File

@ -16,3 +16,4 @@ echo removing F-Secure desktop link ...
del /F "%PUBLIC%\Desktop\F-Secure Anti-Virus.lnk" 2>nul
echo ####### %0 #######

View File

@ -1,6 +1,6 @@
@echo off
set EXE=..\..\software\spotify-setup.exe
set EXE=..\software\spotify-setup.exe
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found!