Hi all,
typing this:
<<c:\sols\runt2007_02_19\lim\startapp.bat PPLIQ300>>
into the run-box in WinXP the application starts
but how should this look like in scripting??
this does not work:
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run...
How can i get the actual line number within the running vbscript?
At the moment for debugging i use a debug-switch an message-boxes:
If Debug <> 0 Then
MsgBox "227-Error reading XMLConfig"
End If
But on doing changes and adding lines i have to changes all following entries -...
we have some citrix servers and I want to check if logon is possible. with "change logon /query" it is possible to change this in a "dos box" - but it is not possible to get this information as a return parameter. has somebody done this via scripting? does anybody know the wmi-key to get this...
Running the following script I get the error : "file not found"!
the placehoulders contain:
strServer3: "RM2MS000651"
StackerLog: "\C$\PMX\_log\_STACKERGW\PDLog-admin_mes.log"
the login within ConnectServer is local admin!
If I map a network connection to this server, everything works fine...
Hi all,
object.AppActivate title
activates the named application
...but is it possible the find out what the active application is?
What I need is:
I have a script which check wether IE is running and then sends {F5} (refresh) to the IE - but the "object.AppActivate" removes the focus from...
I need to check if an application is running on a remote computer. This application is running in a command window (process.name = cmd.exe). There are more than one cmd.exe running so only the application name is the key!
How can i do this?
I want to get system information (even from remote computers) out of the task manager.
Things like
- cpu load
- used memory
- vm size
I need these information from other computers (servers) in my network-neighbourhood!
Thanks in advance
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.