Description:
Microsoft scripting newsgroup.
|
|
|
How to download Investment web site pdf file
|
| |
Hi All IE 6.0, SP2 Open Investment web site, no id and password requeired. But Need to select some items for download Fact Sheet. How to using VBS to open the web site upto step 5 and then download the PDF as below steps ? Step 1. Open Main Screen [link]... more »
|
|
Unexpected failure mode...
|
| |
Hi all, XP, SP3 I installed a script to copy a folder from a network machine to a thumb drive on a local machine, and it has been working reliably for about a year. Recently, my client decided to add files to the source folder that resulted in the folder size greatly exceeding the size of the thumb drive. The result... more »
|
|
detection chaine in other chaine
|
| |
Hello why i do for detect one string in a other string example j want find "toto" in an other string if is good i do then if is not good else instr ? but i have bad response and it's no good help please thank
|
|
GetObject error for newbie
|
| |
I am just starting to work with windows scripting and ADSI, and trying some of the examples found in the TechNet doucumentation. Here is my script: Set objUser = GetObject("LDAP://cn=david,dc= ectax,dc=escambia") ectax.escambia the domain and david being a user account in the AD. and error: getdomainuser.vbs(1, 1) (null): There is no such object on the server.... more »
|
|
Script running infinitely when calling wscript.exe from code
|
| |
Hi, I have the following problem: The following call suddenly causes the script to run infinetely: CreateObject("Wscript.Shell"). Run "wscript.exe " & Wscript.ScriptFullName It seems it calls the script over and over, but there is only one instance of wscript.exe running in Task Manager. However, I can see from the cpu... more »
|
|
wscript and cscript in .vbs
|
| |
Hello I want indicate in the file .vbs the type of interpreteur for execute the file (cscript or wscript) i don't want use WSCRIPT //H:CScript //nologo //S help me please thank you very much
|
|
Abut scheduled Task can not able to run
|
| |
Hi All I setup one scheduled Task, but the task status is "could not start". Any problem on scheduled for vbs ? When Manual running is ok. 10/27/2009 17:07 236,887 baby_boom_20091027_TUE_170723. html 10/27/2009 17:07 236,864 baby_boom_20091027_TUE_170729. html 10/27/2009 17:10 236,887 baby_boom_20091027_TUE_171020. html... more »
|
|
wscript not found error
|
| |
I'm moving vb scripts to a new box as the old box will soon be decommissioned. On the old box, all the vb scripts work just fine. A lot of the scripts create web pages on the fly for monitoring various things the server is doing. If I run these scripts from a browser on the new box (localhost/command (as... more »
|
|
move files
|
| |
I need a script that will check a given directory for .pdf and .xls files that have exactly the same name. If a pair of .pdf and .xls files with the same name are found, the script should move the .xls file to another directory. Any guidance would be appreciated.
|
|
|