Remote Admin automation





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

4
Date Submitted Sat. Apr. 15th, 2006 12:43 AM
Revision 1
Syntax Master dannyboy
Tags remote | services | VBSCRIPT
Comments 0 comments
List all services of a remote compute
-7
Date Submitted Sat. Apr. 15th, 2006 12:47 AM
Revision 1
Syntax Master dannyboy
Tags "Email Address" | txt | VBSCRIPT
Comments 1 comments
Retrieve email adresses from a given text file
-5
Date Submitted Sat. Apr. 15th, 2006 12:54 AM
Revision 1
Syntax Master dannyboy
Tags URLConnection | VBSCRIPT
Comments 0 comments
open internet explorer and navigate to a url
-5
Date Submitted Sat. Apr. 15th, 2006 2:56 AM
Revision 1
Syntax Master dannyboy
Tags connect | VBSCRIPT
Comments 0 comments
check server sessions
4
Date Submitted Tue. Sep. 4th, 2007 10:44 PM
Revision 1
Helper explode
Tags autorun | restart | shutdown | vbs | VBSCRIPT
Comments 0 comments
This is a great little script that you can put on a friend's flash drive. It won't do any harm to their computer...it's just funny to watch. Put these 2 files in the "root" of the flash drive, cd, or any type of media/external drive. When they plug it in it will run the autorun script which then runs the shutdown script and restarts their computer! You will get a few laughs out of it...guaranteed!
5
Date Submitted Fri. Nov. 3rd, 2006 12:07 PM
Revision 1
Helper jarfil
Tags "Command Line" | Perl
Comments 2 comments
I've found it kind of complicated to strip newline chars from a file with just the commandline. This tiny piece of code does just that.

I've found it especially useful when extracting tabulated data from a grabbed site where each cell is on a different html line. This way I can pre-filter the html, remove the newlines, and insert them again at register boundaries (row end in this case), so that with just a couple more replacement from within a regex enabled text editor I can copy&paste it directly to a database.
4
Date Submitted Mon. Nov. 13th, 2006 8:58 AM
Revision 1
Beginner Mattkins
Tags SQL | VBSCRIPT
Comments 6 comments
This is a quick and dirty function for preventing SQL Injection, the function is designed to clean any variable that will be concatenated into an SQL query. Apostrophes and Double-Quotes are changed to entities in order to ensure that encoding does not become an issue when the content is pulled back into a page. I'm looking for criticism here, I want to know if this is secure or not.
2
Date Submitted Thu. Oct. 20th, 2005 6:22 PM
Revision 1
Coder mattrmiller
Tags "Command Line" | C | Calculator
Comments 4 comments
Command Line Calculato
6
Date Submitted Sat. Oct. 28th, 2006 1:23 PM
Revision 1
Scripter SCoon
Tags "Command Line"
Comments 1 comments
Extendable command line processor for console applications.
7
Date Submitted Sat. Oct. 28th, 2006 6:03 PM
Revision 1
Scripter SCoon
Tags "Command Line" | Java | Reflection
Comments 0 comments
This class uses reflection to locate option setters. Client class must contains methods setFile (to receive file names from the command line) and setOption### (to receive option ###).

(See also adapter-based implementation)