October 19, 2009
First a couple of notes. Cdonts.dll is not installed by default on Windows 2003. Typically you can grab it from an old Windows 2000 install CD. Upload it to %windir%\system32 directory. The DLL needs to be registered once it’s uploaded. As long as it’s in the system32 directory, just go to Start -> Run.. and [...]
Continue reading –>
October 12, 2009
Sometimes you just need a specific sized file for something. For instance testing FTP transfers. This handy command line tool will create a file of any size for you. Just open a command prompt and type the following: fsutil file creatnew myfile.txt <size> You can replace myfile.txt with any file name and extension. Size will [...]
Continue reading –>