Skip to content

Instantly share code, notes, and snippets.

@threadhead
Created July 22, 2009 00:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save threadhead/151721 to your computer and use it in GitHub Desktop.
Save threadhead/151721 to your computer and use it in GitHub Desktop.
Sub main(params)
Set WshShell = CreateObject( "WScript.Shell" )
WshShell.Run("ruby C:\PROGRA~1\homeseer\scripts\ThermoLogger.rb " & params )
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment