Take a look at the script below:

Code:
 
'we send 7 parameters server, db, channel, reportbase, start_debug, account, refreshtime
WScript.Sleep 10000 
refreshtime=refreshtimeseconds
server=HTTPServer
db=DataBase
channel=Channel
reportbase=ReportBaseURL
start_debug=start_debug

Set WshShell = WScript.CreateObject("WScript.Shell") 

on error resume next
...