Base
Description Base is a program to convert numbers to different bases. It converts between binary, octal, decimal, and hexadecimal. For example BASE 10011011B will convert the binary number 10011011 to all bases.

Requirements
DOS Win
3.x
Win
95
Win
98
Win
ME
NT
3.x
NT
4.0
Win
2000
Win
XP
16-bit yes yes yes yes yes yes yes yes yes
32-bit no no yes yes yes yes yes yes yes
Click here for the key

Download Download the 16-bit version of Base (8K)
Download the 32-bit version of Base (19K)




BusyDelete (BDel)
Description BusyDelete will delete files even if they are busy. The file(s) you specify will be marked for deletion. Then the next time you reboot your system the Operating System will delete the file(s). For example BDEL ATL.DLL will delete the file during the next reboot.

Requirements
DOS Win
3.x
Win
95
Win
98
Win
ME
NT
3.x
NT
4.0
Win
2000
Win
XP
32-bit no no yes yes yes yes yes yes yes
Click here for the key

Download Download the 32-bit version of BusyDelete (17K)




BusyMove (BMove)
Description BusyMove will move files even if the source and/or destination file(s) are busy. The file(s) you specify will be marked for moving. Then the next time you reboot your system the Operating System will move the file(s). For example BMOVE *.EXE C:\WINNT\SYSTEM32 will move the files during the next reboot. NOTE: The source and destination must be on the same drive.

Requirements
DOS Win
3.x
Win
95
Win
98
Win
ME
NT
3.x
NT
4.0
Win
2000
Win
XP
32-bit no no yes yes yes yes yes yes yes
Click here for the key

Download Download the 32-bit version of BusyMove (18K)




BusyReplace (BReplace)
Description BusyReplace will replace a file with a new version without a reboot, even if the file is locked! The new version of the file will be copied immediately, but a reboot is still required to delete the old version. BusyReplace only works on executable image files, e.g. .EXE, .DLL, .OCX, etc.

Requirements
DOS Win
3.x
Win
95
Win
98
Win
ME
NT
3.x
NT
4.0
Win
2000
Win
XP
32-bit no no no no no yes yes yes yes
Click here for the key

Download Download the 32-bit version of BusyReplace (18K)




Delay
Description Delay is a simple program to replace the use of PAUSE inside of a batch file. It will allow you to specify how long to pause for. For example DELAY 30 will pause for thirty seconds. There is an optional parameter /S which will suppress all output to the screen.

Requirements
DOS Win
3.x
Win
95
Win
98
Win
ME
NT
3.x
NT
4.0
Win
2000
Win
XP
16-bit yes yes yes yes yes yes yes yes yes
32-bit no no yes yes yes yes yes yes yes
Click here for the key

Download Download the 16-bit version of Delay (9K)
Download the 32-bit version of Delay (20K)




DllMan32
Description DllMan32 will list the binary dependencies of a given .EXE, .DLL, or .OCX. This can be useful for finding any and all missing DLLs.

Requirements
DOS Win
3.x
Win
95
Win
98
Win
ME
NT
3.x
NT
4.0
Win
2000
Win
XP
32-bit no no yes yes yes yes yes yes yes
Click here for the key

Download Download the 32-bit version of DllMan32 (16K)




GuidGen
Description GuidGen is a developers tool to create one or more GUIDs. A GUID is a Globally Unique IDentifier. If you just run GuidGen it generates one GUID. You can alternately enter the number of GUIDs to generate. For example GUIDGEN 12 will generate one dozen GUIDs.

Requirements
DOS Win
3.x
Win
95
Win
98
Win
ME
NT
3.x
NT
4.0
Win
2000
Win
XP
32-bit no no yes yes yes yes yes yes yes
Click here for the key

Download Download the 32-bit version of GuidGen (19K)




Lower
Description Lower will rename a file or directory to its lowercase name. You can use wildcards to specify multiple files. Because DOS is not case sensitive, there is no 16-bit version.

Requirements
DOS Win
3.x
Win
95
Win
98
Win
ME
NT
3.x
NT
4.0
Win
2000
Win
XP
32-bit no no yes yes yes yes yes yes yes
Click here for the key

Download Download the 32-bit version of Lower (17K)




MultiCopy (MCopy)
Description MultiCopy will allow you to copy multiple files that you cannot normally group with standard wildcards (* and ?), you just separate the files with commas or semicolons. For example MCOPY AUTOEXEC.BAT,CONFIG.SYS C:\TEMP will copy both files to C:\TEMP. You can also use wildcards; MCOPY *.EXE;*.COM;*.BAT C:\UTILS, this will copy all .EXE,.COM, and .BAT files to C:\UTILS.

Requirements
DOS Win
3.x
Win
95
Win
98
Win
ME
NT
3.x
NT
4.0
Win
2000
Win
XP
16-bit yes yes yes yes yes yes yes yes yes
32-bit no no yes yes yes yes yes yes yes
Click here for the key

Download Download the 16-bit version of MultiCopy (13K)
Download the 32-bit version of MultiCopy (23K)




MultiDelete (MDel)
Description MultiDelete is a powerful program that allows you to quickly delete a lot of files. You can separate all of the files with commas or semicolons to be deleted; MDEL *.EXE,*.COM, will delete all .EXE and .COM files. You can also use a second optional parameter to exclude files from being deleted. MDEL . *.ZIP will delete all files except .ZIP files. This is a very convenient way of deleting a lot of files except a select few.

Requirements
DOS Win
3.x
Win
95
Win
98
Win
ME
NT
3.x
NT
4.0
Win
2000
Win
XP
16-bit yes yes yes yes yes yes yes yes yes
32-bit no no yes yes yes yes yes yes yes
Click here for the key

Download Download the 16-bit version of MultiDelete (12K)
Download the 32-bit version of MultiDelete (21K)




MultiMove (MMove)
Description MultiMove is basically the same as MultiCopy except it moves the files instead of coping them.

Requirements
DOS Win
3.x
Win
95
Win
98
Win
ME
NT
3.x
NT
4.0
Win
2000
Win
XP
16-bit yes yes yes yes yes yes yes yes yes
32-bit no no yes yes yes yes yes yes yes
Click here for the key

Download Download the 16-bit version of MultiMove (13K)
Download the 32-bit version of MultiMove (23K)




PathCopy (PCopy)
Description PathCopy will copy a file, searching your PATH variable for the file. For example PCOPY PKZIP A:\ will find PKZIP.EXE and copy it to the A: drive. If you omit destination directory then it copies the file to your current directory. PCOPY PKUNZIP will find PKUNZIP.EXE and copy it to your current directory. This saves you from having to find the program's location before you can copy it.

Requirements
DOS Win
3.x
Win
95
Win
98
Win
ME
NT
3.x
NT
4.0
Win
2000
Win
XP
16-bit yes yes yes yes yes yes yes yes yes
32-bit no no yes yes yes yes yes yes yes
Click here for the key

Download Download the 16-bit version of PathCopy (8K)
Download the 32-bit version of PathCopy (21K)




PushDir
Description PushDir is actually two programs that when used in conjunction allow you to save commonly used directories for quick retrieval. For example PUSHD C:\TEMP saves the current directory and changes to the C:\TEMP directory. When you then execute POPD it changes back to the stored directory.

Requirements
DOS Win
3.x
Win
95
Win
98
Win
ME
NT
3.x
NT
4.0
Win
2000
Win
XP
16-bit yes yes yes yes yes no no no no
Click here for the key

Download Download the 16-bit version of PushDir (16K)




Stamp
Description Stamp will change files' date/time stamp. For example STAMP *.EXE 1:00:00 5/23/96 will change the date/time stamp for all .EXE files to 1am May 23rd 1996. If you omit either the date or time it will use the current date or time instead; STAMP . will update all files to the current date and time. NOTE: The 32-bit version will change all three dates; the creation, modification, and access.

Requirements
DOS Win
3.x
Win
95
Win
98
Win
ME
NT
3.x
NT
4.0
Win
2000
Win
XP
16-bit yes yes yes yes yes yes yes yes yes
32-bit no no yes yes yes yes yes yes yes
Click here for the key

Download Download the 16-bit version of Stamp (8K)
Download the 32-bit version of Stamp (19K)




Swap
Description Swap will switch the two files. For example SWAP AUTOEXEC.OLD AUTOEXEC.BAT will swap these two files.

Requirements
DOS Win
3.x
Win
95
Win
98
Win
ME
NT
3.x
NT
4.0
Win
2000
Win
XP
16-bit yes yes yes yes yes yes yes yes yes
32-bit no no yes yes yes yes yes yes yes
Click here for the key

Download Download the 16-bit version of Swap (9K)
Download the 32-bit version of Swap (19K)




Sweep
Description Sweep will traverse all directories starting from your current working directory and will execute the given command line in every directory. Sweep will traverse all directories including hidden, system, and read-only; so be careful! For example SWEEP ATTRIB -R -S -H +A will set all file attributes in the directory tree to Archive only. SWEEP DEL *.TMP will delete all .TMP files in the current directory tree.

Requirements
DOS Win
3.x
Win
95
Win
98
Win
ME
NT
3.x
NT
4.0
Win
2000
Win
XP
16-bit yes yes yes yes yes yes yes yes yes
32-bit no no yes yes yes yes yes yes yes
Click here for the key

Download Download the 16-bit version of Sweep (11K)
Download the 32-bit version of Sweep (21K)




Tee
Description Tee will split a programs output in two, sending one copy to the screen and the second to a file. For example DIR/S | TEE DIR.TXT will redirect the output to both the screen and the file DIR.TXT. This is a port of the Unix command.

Requirements
DOS Win
3.x
Win
95
Win
98
Win
ME
NT
3.x
NT
4.0
Win
2000
Win
XP
16-bit yes yes yes yes yes yes yes yes yes
32-bit no no yes yes yes yes yes yes yes
Click here for the key

Download Download the 16-bit version of Tee (8K)
Download the 32-bit version of Tee (19K)




Upper
Description Upper will rename a file or directory to its uppercase name. You can use wildcards to specify multiple files. Because DOS is not case sensitive, there is no 16-bit version.

Requirements
DOS Win
3.x
Win
95
Win
98
Win
ME
NT
3.x
NT
4.0
Win
2000
Win
XP
32-bit no no yes yes yes yes yes yes yes
Click here for the key

Download Download the 32-bit version of Upper (17K)




Utils
Description There are a total of five small command programs which work only under DOS. The first program is REBOOT.COM which will reboot your computer while under DOS. If you have SmartDrive loaded, SmartDrive will flush its cache before your computer reboots. The remaining command programs work in pairs. The first pair turn the caps lock on and off (CAPS_ON.COM and CAPS_OFF.COM). The last two programs turn the num lock on and off (NUM_ON.COM and NUM_OFF.COM).

Requirements
DOS Win
3.x
Win
95
Win
98
Win
ME
NT
3.x
NT
4.0
Win
2000
Win
XP
16-bit yes yes yes yes yes no no no no
Click here for the key

Download Download the 16-bit version of Utils (1K)




Which
Description Which searches your PATH variable for executable programs and returns the full path of the program. This is a port of the Unix command.

Requirements
DOS Win
3.x
Win
95
Win
98
Win
ME
NT
3.x
NT
4.0
Win
2000
Win
XP
16-bit yes yes yes yes yes yes yes yes yes
32-bit no no yes yes yes yes yes yes yes
Click here for the key

Download Download the 16-bit version of Which (6K)
Download the 32-bit version of Which (18K)




Compatibility Chart for all Console Programs

A console program is one that runs in DOS or a DOS window, even when running on Windows. Thus if a program is listed as "compatible" with a particular version of Windows, that means the program runs in a DOS window under that Operating System.

Key
  That version is not compatible with that OS
  Program runs correctly
  That version runs; however, it does not support long file names
  That version runs; however, only while in Windows. If you exit to DOS, that version does not work

DOS Win
3.x
Win
95
Win
98
Win
ME
NT
3.x
NT
4.0
Win
2000
Win
XP
Base 16-bit yes yes yes yes yes yes yes yes yes
32-bit no no yes yes yes yes yes yes yes
BusyDelete 32-bit no no yes yes yes yes yes yes yes
BusyMove 32-bit no no yes yes yes yes yes yes yes
BusyReplace 32-bit no no no no no yes yes yes yes
Delay 16-bit yes yes yes yes yes yes yes yes yes
32-bit no no yes yes yes yes yes yes yes
DllMan32 32-bit no no yes yes yes yes yes yes yes
GuidGen 32-bit no no yes yes yes yes yes yes yes
Lower 32-bit no no yes yes yes yes yes yes yes
MultiCopy 16-bit yes yes yes yes yes yes yes yes yes
32-bit no no yes yes yes yes yes yes yes
MultiDelete 16-bit yes yes yes yes yes yes yes yes yes
32-bit no no yes yes yes yes yes yes yes
MultiMove 16-bit yes yes yes yes yes yes yes yes yes
32-bit no no yes yes yes yes yes yes yes
DOS Win
3.x
Win
95
Win
98
Win
ME
NT
3.x
NT
4.0
Win
2000
Win
XP
PathCopy 16-bit yes yes yes yes yes yes yes yes yes
32-bit no no yes yes yes yes yes yes yes
PushDir 16-bit yes yes yes yes yes no no no no
Stamp 16-bit yes yes yes yes yes yes yes yes yes
32-bit no no yes yes yes yes yes yes yes
Swap 16-bit yes yes yes yes yes yes yes yes yes
32-bit no no yes yes yes yes yes yes yes
Sweep 16-bit yes yes yes yes yes yes yes yes yes
32-bit no no yes yes yes yes yes yes yes
Tee 16-bit yes yes yes yes yes yes yes yes yes
32-bit no no yes yes yes yes yes yes yes
Upper 32-bit no no yes yes yes yes yes yes yes
Utils 16-bit yes yes yes yes yes no no no no
Which 16-bit yes yes yes yes yes yes yes yes yes
32-bit no no yes yes yes yes yes yes yes
DOS Win
3.x
Win
95
Win
98
Win
ME
NT
3.x
NT
4.0
Win
2000
Win
XP


Back to Freezerware Software