News, Product Information, and Tips
Check out our free utlities in the downloads section

From the category archives:

BAT Files

Last week I wrote how to FTP the contents of a folder by just using a batch file. We had a few good suggestions on how to improve that script. Listening to those suggestions, I have come up with this updated version: @echo off rem =============================== rem = FTP Script Made by = rem = [...]

{ 1 comment }

I have a group of log files that I need to upload every day to an archival server. For a long time I have been doing this by hand. I wanted a way to do this without using any extra software – just the default tools available in windows. I found a clean solution that [...]

{ 7 comments }

I distributed a test version of Remote Control 4.0 across our network last week, and since it was a special debug version, it created a large number of files named debuglog.dat. I wanted an easy way to find and delete these using a batch file. I researched and was able to take parts of other [...]

{ 3 comments }

t