Changes the IP of the ethernet card from command line. Must be run as an admin.
Hybrid batch (using mshta and javascript) that saves and retrieves text from clipboard
Counts words and lines from a plain text file
Draws an ASCII art ball in the console. Uses an integer square root by Aacini
Calculates a date 100 days from another by converting from and to julian days.
ensures there is a m3u playlist for each subfolder in the music folder you put the script in.
Generates primes by keeping a priority list of multiples of previous primes in the environment. Not a regular sieve or a bruteforce algorithm. Uses environment as a hash table, crashes when environment is full.
Opening a windows file selector form to select a file using mshta. Seems to work everywhere if mshta is not banned. Can't pass windows title or filters to the window.
Some handy string manipulation: Length, align left,align right, center