Open Source
These are utilities which I am releasing to the public domain with source code. Use at your own risk. Each zip archive comes with a compiled executable and the source code.
| Program | Description | Example |
|---|---|---|
| unix2dos | Replaces Unix return code 0x0A in text files with MS-DOS return code 0x0D for viewing by MS-DOS editors. | “unix2dos.exe unix_example.txt” |
| WinClose | Windows command line program to close any running program with an executable matching the inputted executable name. Can be used in a DOS batch file to close windows program to release locks on files and directories. | To close Microsoft Outlook: “WinClose.exe outlook.exe” |
| Wait | Windows command line program to wait for the number of seconds inputted as argument. Can be used in a DOS batch file to pause. | To pause for 10 seconds: “Wait.exe 10″ |

Do It Scared! » Blog Archive » Backing Up Windows Desktop Locally and Remotely :
Date: March 21, 2009 @ 2:20 pm
[...] Open Source [...]