thomasmcgeown
Technical User
Hi,
Im trying to create a process on a remote computer, however i dont want the process to be hidden, i.e if the process is notpad.exe then i want a notepad to open on the remote computer.
However my current code just runs the process and does not show the window.
MINIMIZED_WINDOW is a constant with a value of 1
strings are self explanitory.
======================================
Set objConfig = objStartup.SpawnInstance_
objConfig.ShowWindow = MINIMIZED_WINDOW
errReturn = objProcess.Create(strProcessName, strProcessPath, objConfig, intProcessID)
======================================
any suggestions?
Im trying to create a process on a remote computer, however i dont want the process to be hidden, i.e if the process is notpad.exe then i want a notepad to open on the remote computer.
However my current code just runs the process and does not show the window.
MINIMIZED_WINDOW is a constant with a value of 1
strings are self explanitory.
======================================
Set objConfig = objStartup.SpawnInstance_
objConfig.ShowWindow = MINIMIZED_WINDOW
errReturn = objProcess.Create(strProcessName, strProcessPath, objConfig, intProcessID)
======================================
any suggestions?