Site hosted by Angelfire.com: Build your free website today!

Bushy's Utils.






WINFILE - The original File Manager.
Download - The original winfile.exe File Manager for Windows 2000, Windows XP, Server 2003.
StepUp - Awesome right-mouse click menu add-on for File Manager by www.winability.com
http://people.ee.ethz.ch/~davidsch/vistafm/ Click here on how to install File Manager on Windows Vista, Windows 7 and Server 2008.
http://en.wikipedia.org/wiki/Winfile Wikipedia 'winfile' File Manager entry
http://www.mdgx.com/files/fmnt32.php FM Stepup
http://www.wincorner.com/home/fmview.html FM Stepup
http://people.ee.ethz.ch/~davidsch/vistafm/ Click
http://winability2.winability.biz/fmutils/ Original FM Stepup link, which no longer exists



Random Number generator. Written in Delphi 7. Size: 430k.
Random Number Generator
Was written to peeve of that other mob who want dollars for their useless lousy random generator program. This one works, also does a CSV output, and is free for all to use, hack and do whatever to it.




DOS utils


Bunch of DOS utils I've written over the years to do stuff. Mostly for automated batch files for work.
All are written in Assembler, using turbo assembler v4 (TASM 4).

CD-ER.
Searches current directory for 'TAGGED', then does a CD TAGGED.
cd-er.com



Header. v1
deletes < param 2 > number of lines from the top, then copies rest to .
NOTE: Only up to 99 lines can be trimmed. (I gave up). Dave. 15/10/2k3.
header < in > < out > < lines to be trimmed >
example: header in.txt out.txt 12
Will kill the first 12 lines, then dump the rest.
header.exe



MDT.COM
Grabs todays date. Grabs today time.
creates directory with date/time as the name.
Ie: 19th March, 2003. At 3:19pm, will create:
19031519 (24 hour time)
and then cd's into the directory.
mdt.com



VGA read file util.
DOS Utility to read in raw binary files and display as VGA 320x200 screen.
When screen is loaded (64k), hit any key to go on to next screen.
vga-util.exe



RENNER.COM v3 - 115 bytes.
* Renames a file called 'TAGGED' to yesterdays date in the format 'DDMMYYYY'
* Used as a great daily backup feature - copying backups into their own daily directories.
1) Program grabs todays date.
2) Decreases day by one, to get Yesterdays date. (Today is: 28-03-2003 so output will be '27032004')
3) Searches the current directory for file 'TAGGED.RAR'
4) Renames 'TAGGED.RAR' to '27032003.RAR'
renner.com



RENNER2.COM v4 - 114 bytes.
* Renames a file called 'TAGGED' to todays date in the format 'DDMMYYYY'
* Used as a great daily backup feature - copying backups into their own daily directories.
1) Program grabs todays date. (Today is: 28-03-2003 so output will be '28032004')
3) Searches the current directory for file 'TAGGED.RAR'
4) Renames 'TAGGED.RAR' to '28032003.RAR'
renner2.com



RENNER3.com v1 - 117 bytes.
* Renames a file 'LOGFILES.ZIP' to the date/time of right now in the format: DDMMhhmm
* Used as a great daily backup feature.
1) Program grabs todays date and time as of right now,
ie NOW is: 11:05am, 24th June. Output is: '24061105'
being: DDMMhhmm is Date Date Month Month hour hour minute minute
2) Searches the current directory for file 'LOGFILES.ZIP'
3) Renames 'LOGFILES.ZIP' to '24061105.ZIP'
renner3.com



MDD.COM v13 - 84 bytes.
1) Grabs todays date in format DDMMYYYY
If today is: eg: 19th March, 2003: 19032003
2) Creates directory with the name 'DDMMYYYY' ie, If today is: eg: 19th March, 2003: 19032003
3) Changes into that directory, ie, 'cd 19032003'
mdd.com



MDD2.COM
Grabs yesterday date (close enough), Creates directory with the name DDMMYYYY
creates directory with yesterdays dates as the name.
cd into the directory
mdd2.com



MDD3.com
Grabs todays date. Creates directory with the name YYYY
eg: This year is 2003, then directory "2003" will be created.
This year is 2004, then directory "2004" will be created.
This year is 2005, then directory "2005" will be created.
Then changes into that directory: "cd 2003"
mdd3.com



Strip1.exe
STRIP1.exe < in-file > < out-file >
Upon finding 0dh 0dh within the input file, will replace it with single 0dh.
strip1.exe



Strip2.exe
STRIP2.exe < in-file > < out-file >
Upon finding 01ah within the input file, will kill it.
strip2.exe



Strip3.exe
STRIP3.exe < in-file > < out-file >
Upon finding 0ah 0ah within the input file, will replace it with single 0ah.
strip3.exe



Strip4.exe
STRIP4.exe < in-file > < out-file >
Upon finding 'http://' it writes 'http://', then followed by next lot of text until 0dh is found.
Rest of text that is outside of this is skipped.
strip4.exe



Del1.exe
del1 < in-file > < out-file > < start-chr > < end-chr > < [0|1] >
Deletes everything (and including) from < start-chr > to < end-chr >
< [0|1] > is: 0 = ignore Carrage returns, 1 = include Carrage returns.
del1.com



Del2.exe
del2 < in-file > < out-file > < start-chr > < end-chr > < [0|1] >
Deletes everything but that from from < start-chr > to < end-chr >
< [0|1] > is: 0 = ignore Carrage returns, 1 = include Carrage returns.
del2.com



Del3.exe
del3 < in-file > < out-file > < offset >
Deletes 1 character at offset < offset >
del3.com



del4.com
Searches for oldest directory over < 45 > days.
then deletes all files, and removes sub directory name.
Will only do the last single directory entry.
Will NOT do all directorys over 45 days. Will ONLY do the ealiest date stamped directory.
No output, no messages, no anything. Is quiet in here.
del4.com



del5.com
Searches for all directories over < 45 > days.
Then deletes all files, and removes sub directory name.
Will search for all directories > 45 days, remove contents, and remove directory.
del5.com



del6.com
Deletes all files in current directory that are older than 45 days ago.
Reads in todays date, then for every file in current directory, it will compare the creation date
with date of 45 days ago, and will delete those files that are older.
Format: deller < filename > | {switch}
filename: Any 8.3 filename in current directory. If a filename is give, this program will only
concentrate on this file. It will read the creation date of the file, and if before
45 days ago, will delete it. Otherwise it will leave it alone.
switch: a Program will do entire directory.
deller a (will work on complete directory)
deller fred.com (only for file fred.com)
del6.com



deller.com
Deletes all files in current directory that are older than two (2) days ago.
Reads in todays date, then for every file in current directory, it will compare the creation date
with yesterdays date, and will delete those files that are older.
Format: deller < filename > | {switch}
filename: Any 8.3 filename in current directory. If a filename is give, this program will only
concentrate on this file. It will read the creation date of the file, and if before
yesterday, will delete it. Otherwise it will leave it alone.
switch: a Program will do entire directory.
deller a (will work on complete directory)
deller fred.com (only for file fred.com)
deller.com





http://www.bushy.iscool.net
http://www.bushy2.iscool.net
http://www.subey.iscool.net

Made with notepad. 16/Oct/2k9.