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