Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
net send [name or IP of workstation] [message]
net send [name or IP of workstation] [message]
net send [name or IP of workstation] [message]
rem Informing users of server shutdown
@ Echo Off
net send [name or IP of workstation] [message]
net send [name or IP of workstation] [message]
net send [name or IP of workstation] [message]
rem End script
rem Script to copy .log file to same DIR but with .txt extension.
@ Echo Off
X:
cd\AllegroSurf\Data\Auditx
copy andis.log "andis.txt" /s /y
xcopy richard.log "richard.txt" /s /y
xcopy tony.log "tony.txt" /s /y
xcopy julian.log "julian.txt" /s /y
rem Script Ends
rem Script to reboot sales1 with 60 second warning
@ Echo Off
shutdown -r -m \\sales1 -t 60 -c "Your logon session has expired. This workstation is shutting down." -f
rem Script Ends
AT /?