@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
) Now save this as "Messenger.Bat".
4) Open Command Prompt.
5) Drag this file (.bat file) over to Command Prompt and press Enter.
http://www.techtipsgeek.com/remotely-shut-down-pc-from-mobile-pc-using-dropbox/11565/
No comments:
Post a Comment