.
This commit is contained in:
@ -15,11 +15,17 @@ if exist %SoftwarePath% (
|
|||||||
echo "%Software% is available"
|
echo "%Software% is available"
|
||||||
|
|
||||||
mkdir "C:\Scripts\Wordpad"
|
mkdir "C:\Scripts\Wordpad"
|
||||||
xcopy "W:\*" "S:\Scripts\Wordpad\" /h /e /y
|
xcopy "W:\*" "C:\Scripts\Wordpad\" /h /e /y
|
||||||
|
|
||||||
|
) else (
|
||||||
|
if exist "D:\DocumentsHighfieldApps\Wordpad" (
|
||||||
|
echo "%Software% is available on Server"
|
||||||
|
|
||||||
|
mkdir "C:\Scripts\Wordpad"
|
||||||
|
xcopy "D:\DocumentsHighfieldApps\Wordpad\*" "C:\Scripts\Wordpad\" /h /e /y
|
||||||
) else (
|
) else (
|
||||||
echo "%Software% is not installed"
|
echo "%Software% is not installed"
|
||||||
call %TMESSAGE% '"%Software% missing on %check_computername%"'
|
call %TMESSAGE% '"%Software% missing on %check_computername%"'
|
||||||
)
|
)
|
||||||
|
)
|
||||||
exit /b
|
exit /b
|
||||||
|
|||||||
Reference in New Issue
Block a user