This commit is contained in:
USER
2025-09-02 21:09:46 +01:00
parent 3bebcf5f07
commit 01eb6d47f4
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ if exist %SoftwarePath% (
echo "%Software% is available"
mkdir "C:\Scripts\Wordpad"
xcopy "W:\" "S:\Scripts\Wordpad" /h /e /y
xcopy "W:\*" "S:\Scripts\Wordpad\" /h /e /y
) else (
echo "%Software% is not installed"