Author Archives: Sems - Page 3

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

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