Shoutbox

[Release] VecRemote - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: [Release] VecRemote (/showthread.php?tid=67952)

[Release] VecRemote by Vector on 11-01-2006 at 09:27 PM

VecRemote v1.0.0

Remote control script v1.0. Remote control your MSN and your PC at home, from anywhere! Browse your files, run programs, etc...
=======================================================

To log in, type:'!vrlogin <password>' (the password is case sensitive). To log out type:'!vrlogout' anytime.

If you log in, the script will repeat all text on the remoted computer wich is writed after the '!vr ' command. So you can run all the allowed commands of the controlled MSN. (the '!vr Hello!:P' command will write 'Hello!:P' to the remoter, or you can lock your MSN with '!vr /lock' etc.)

Always write the commands with lowercase characters!
You can browse the files and folders on the remoted system with the '!vrlist' command. ('!vrlist C:\' or '!vrlist full C:\' to see the full path)

Files can be sent with the !vrsend command. ('!vrsend C:\file.zip')

You can also run commands with the '!vrrun' command. ('!vrrun C:\\stuff\program.exe' or '!vrrun shutdown -f -s' to shutdown the computer for example)

7-Zip v4.43 standalone is included so you can archive(ZIP) or unarchive(7z ZIP GZIP TAR BZIP2 RAR CAB ARJ Z CPIO RPM DEB LZH SPLIT CHM ISO) files. You can use wildcards as '?' to replace one character, or '*' to replace any characters!

Type '!vr7z a "c:\stuff"' to make archives. Duplicate file or folder names in the archive will abort the process. ('-r' Enable recurse subdirectories('-r0' only for wildcard names.)(default is disabled); '-mx0' | 1 | 3 | 5 | 7 | 9 Set level of compression(default 5); '-x@{listfile} | !{wildcard}' Exclude filenames('-xr' for recurse subdirectories('-xr0' only for wildcard names); these parameters are enabled at the end of command line) (eg.: '!vr7z a "c:\folders" "c:\and\files?.exe" -Xr0!except* -mx7')

Type '!vr7z x "c:\archive.zip"' to unarchive file. Duplicate file or folder names in the archive will be renamed. ('-r' Enable recurse subdirectories('-r0' only for wildcard names.)(default is disabled); '-x@{listfile} | !{wildcard}' Exclude filenames('-xr' for recurse subdirectories('-xr0' only for wildcard names); these parameters are enabled at the end of command line) (eg.: '!vr7z x "C:\archive.zip" "folders\from\it" "and\files.*" -x@except.exe -r')

Thx to the mpscript.net and msghelp.net scripting forums.