VBS question
Thu, 26 Jun 2008 19:11:58 -0700 (PDT)
I have a VBS script that is used as a schuled job via windows
scheduler.
Is there a command that I can put in the script that will enable
debugging mode/verbose.
The script is not making an ftp connection, I need to find out why. I
do check for return codes but it never reaches that point.
thanks ...
|
execute WSH in a js file from html?
Thu, 26 Jun 2008 12:02:13 -0700 (PDT)
Hi all,
How can I execute a WSH program from html file? The wsh program is
stored in a .js file. I tried to include the .js file as usual:
< script type="text/javascript" src="XYZ.js">
</script>
But it didn't work.
The wsh itself works just fine when I double click on it.
Could you help me out? ...
|
Program Window disappeares after I minimize it
Tue, 24 Jun 2008 13:02:59 -0700 (PDT)
Hi all,
I am a totally newbie in WSH. My program is in .js file but uses
wscript object. It works well but everytime when I minimize the
program window, it disappears. There is no icon at the bottom of my
screen for me to pop it up again.
How come this happens?
How should I fix it? ...
|
Tom Lavedas's Seelction Box script - IE remains running
Thu, 19 Jun 2008 07:54:08 -0700
I'm using a script from Frans Erich to filter AD groups, select a AD group
and make a list of its users that incorporated Tom Lavedas's Selection Box
code from his URL http://members.cox.net/tglbatch/wsh/index.shtml
It seems that the script is not closing out the IE object. After I run a
script that uses it ...
|
server checking script to save time
Wed, 11 Jun 2008 17:58:01 -0700
Hi scripting geniuses. I'm looking for a script that i could just
double-click that would save me a TON of time every day. I have a list of
servers that i need the following info for for each drive letter on each
server: free disk space, % free disk space (free disk space/total disk
space). I also have a ...
|
which direction to go
Wed, 11 Jun 2008 16:24:06 -0400
Hello,
quick scenario: I have experience with batch files, vbscript/wsh, bash shell
scripting, and vb.net/c#.net programming. None of which do I do everyday.
Over the years I have used these things to accomplish tasks or solve
problems as needed. I am about to move into a position where automation in
gene ...
|
How could I play a mp3 or wav file using WSH?
Wed, 11 Jun 2008 17:53:38 +0800
need an example.. :)
--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04) Linux 2.6.25.6
^ ^ 17:53:01 up 7:43 2 users load average: 1.01 1.05 1.01
? ? (CSSA):
http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu ...
|
|
|
Script to Copy multiple folders from one Server to another
Mon, 9 Jun 2008 15:04:01 -0700
Hi,
I am a very basic scriptor and I require a little help.
I am trying to accomplish the following
Copy home directories from one Server to another on different Operating
systems.
The target is Windows 2003 Server.
The home directories on the source Server have a home directory structure
where the folder ...
|
Authenticate to the domain from non-domain member computer
Mon, 9 Jun 2008 06:03:11 -0700 (PDT)
Hi,
I'm trying to perform a search in AD from a computer that is not a
member of AD.
Here is a script which looks for DN of a given computer:
Function CheckCompAcct (sComp)
'Check if computer account exists in AD
'returns DN if exists otherwise returns empty string
Set objConnection = CreateObject("AD ...
|
regwrite command control problem
Thu, 5 Jun 2008 07:49:03 -0700
Hi,
Quick question for somebody to answer if possible. I am running a couple of
commands using vbscript and Implementing the wscript.shell framework. I have
managed to control a 'wscript.shell.exec' program call command by using the
following elements and it works a treat as it ensures that it completes
...
|