Computing.Net > Forums > Programming > Script help

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Script help

Reply to Message Icon

Name: ultraxmode
Date: February 10, 2004 at 03:38:22 Pacific
OS: winxprpo
CPU/Ram: p4/512
Comment:

Hello!

I kindly request your help please!

I am not a programmer, and i would like to create a script to run to every PC in the network (i will send it via email to every user in the network...90 PC's!!! to run it)

Ok, the script (batch file) will do the following job :

it will create a schedule job that will run at two different times, (e.g. 11:00 and 15:00), every day, the "stinger" program (trojan removal tool, i know the command that runs this in hidden mode...it's -> stinger /go /silent <-...)via a .vbs file that will run this invisibly (i found one on the web).

can u help me please?

Thank you in advance

PS : My english are not so good so if you want me to give you some further informations please reply and ask for it.

Thanks!!!



Sponsored Link
Ads by Google

Response Number 1
Name: philipl
Date: February 10, 2004 at 20:22:09 Pacific
Reply:

Well, you can run the script at specific times with the task schedule thing in windows.
So to run that application you will have to do in vbs the following:

Set shell=createObject("wscript.shell")
shell.run "stinger /go /silent"


0

Response Number 2
Name: ultraxmode
Date: February 11, 2004 at 02:08:43 Pacific
Reply:

thank you,

I made it and it Wooooooorked smoooothly....

but i did and some other things instead...it's very good

Thank you!


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Vb 6.0 File that copies itself



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Script help

Script help - New line and character removal? www.computing.net/answers/programming/script-help-new-line-and-character-removal/19883.html

Vb script help www.computing.net/answers/programming/vb-script-help/15672.html

Batch Script Help Needed www.computing.net/answers/programming/batch-script-help-needed/14475.html