Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: RoMa68
  • Content: Threads
  • Order by date
  1. RoMa68

    simply starting an application via vbscript

    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...
  2. RoMa68

    get actual line number

    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 -...
  3. RoMa68

    check/change logon within windows terminal services via vbscript

    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...
  4. RoMa68

    Remote access to file attributes

    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...
  5. RoMa68

    check active application

    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...
  6. RoMa68

    close application whose process is just a command window

    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?
  7. RoMa68

    get system information out of task manager

    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

Part and Inventory Search

Back
Top