Little VBScript to continously ping a host with timestamp/log

Run from command line (after saving file as ping test.vbs)cscript pingtest.vbs iptoping logfilenameIt will continuously run till you hit Ctrl+C to break it... Very useful for network testing. hostIp      = wscript.arguments(0) logfilename = wscript.arguments(1) Set fso     = CreateObject('Scripting.FileSystemObject') Set ...
Read more

Downloads are updated

It took me a while to do it, but it is taken care of now. I had moved the downloads to Fileserve couple of years ago to save bandwidth. However, with their changes throughout the ...
Read more

Sugarsync Crash on Mac OS X 10.7 – Lion

Yesterday, Sugarsync prompted me to install an update. After installation, it complained parts of it was installed separately and refused to run. I uninstalled it via /Applications/SugarSync\ Manager.app/Contents/Resources/SugarSyncUninstaller.command Then I did a fresh install. Still no luck, ...
Read more