Hey guys,
The user has admin right for sure. The script starts it just hang until I unlock the machine. When I unlock the machine I can see that the script is started but it's only then that it resume his task. The script opens 2 browser windows, one for loging activity and the other to get...
Here is the exact line:
cscript GetLogFile.vbs //b //nologo
I did check on the property of the task but "Wake the computer to run this task" doesn't seem to be any where.
The security context is fine as I can run the task by right clicking it.
This is exactly what I have put in:
cscript GetLogFile.vbs //b //nologo
I did look into the task property but there is no "wake the computer to run this task" option..
hey guys, it doesn't work. The script starts and doesn't do nothing until I get on the machine hit ctrl-Alt-del and login. Then I can see it start running...
The script access a web site that need authentification through an Apache popup. Everything works fine when I lauch the vbs buy right...
Hi, I have a problem with my VBS.
It's a vbs that goes and get a web page download the content and save it in a file.
It's working great when I run it manually, but when I use task manager on WinNT4 the VBS starts but then hang until I un lock the machine and login.
It seem that when the machine...
I would like to be able to download a file on a website.
Here what I'm trying to use:
Set objExplorer = WScript.CreateObject _
("InternetExplorer.Application", "IE_")
objExplorer.Navigate "http://www.google.com/file.txt"
But that only displays the page on the IE window. I would like to...
I also want to do that but, the user and password need to be input in a popup windows that opens when I access the page.
How do I send the user and password to the window popup?
Well this doesn't work for me.
when I run it from the commande line: c:\> cscript filename.vbs the focus is not on the user/pass popup window.
If I execute the script and one the popup appears I click on it then I can see the use and password been pass the the popup. But I have to click on it...
Hi cdavidsn , you said that you solved the problem using cscript rahter then wscript. Can you provide the code you have put in?
Does CScript runs on every windows machine like vbs?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.