Below are snippets for dannyboy.

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

-4
Date Submitted Tue. Feb. 28th, 2006 7:18 AM
Revision 1
Syntax Master dannyboy
Tags VBSCRIPT
Comments 0 comments
This script shows you how a script can be self modifying, like viruses. It is a warning about the possibilities of new macro viruses
-4
Date Submitted Thu. Mar. 2nd, 2006 3:44 AM
Revision 1
Syntax Master dannyboy
Tags "Command Line" | BATCH | CMD | Delete
Comments 0 comments
Deletes all files and folders from a directory, including read-only and
hidden files and folders. DelAll starts in the directory you tell it,
removes all read-only and hidden attributes from all the files, removes
all of the subfolders and then all files therein. When DelAll is done,
you will be left in the directory from which you called DelAll. The
directory that you want cleaned will not be deleted.
-4
Date Submitted Thu. Mar. 2nd, 2006 11:02 AM
Revision 1
Syntax Master dannyboy
Tags Password | VBSCRIPT
Comments 1 comments
Usage: cscript //nologo RandPass.vbs [password_length]|[?] [complexity] [uniqueness]

This script will generate a random password of X length. It will build the password from seed 'strings of increasing complexity.
1 - simple is the lower case alphabet, numbers 2-9 and !@#$%^&*() all randomly interspersed.
2 - complex is the same as the previous with the addition of UPPER case letters.
3 - insane is the same as the previous with the additional symbols of ,./?>;'[]}{\|~`:
The numbers 0 and 1 have been removed to avoid confusion with the letters O and L.

password_length should be a number between 4 and 127, although a limit of 14 is recommended for Win9x clients. Default is 7
complexity must be 1,2 or 3
uniqueness value of 0 will make each password character unique. A value of 1 [default] will allow repeated characters.

If you don't pass values at the command prompt, you will be prompted for each value.
-4
Date Submitted Fri. May. 12th, 2006 5:12 AM
Revision 1
Syntax Master dannyboy
Tags ASP | vbs
Comments 0 comments
Simple multi language choise on website
-5
Date Submitted Tue. Feb. 28th, 2006 5:20 AM
Revision 1
Syntax Master dannyboy
Tags ASP | Convert | VBSCRIPT
Comments 0 comments
Convert a decimal symbol to a binary
-5
Date Submitted Tue. Feb. 28th, 2006 5:27 AM
Revision 1
Syntax Master dannyboy
Tags ASP | Convert | VBSCRIPT
Comments 0 comments
Displays the hex value for an HTML color given the decimal RGB values. Uses Internet Explorer to show the hex value in the color itself.

-5
Date Submitted Tue. Feb. 28th, 2006 9:43 AM
Revision 1
Syntax Master dannyboy
Tags ASP | VBSCRIPT
Comments 4 comments
Validating the email address
-5
Date Submitted Thu. Mar. 2nd, 2006 10:56 AM
Revision 1
Syntax Master dannyboy
Tags Password | VBSCRIPT
Comments 1 comments
Create a random password:


usage: CreatePasswd( 8,True,False)
-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