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