Thread: win32_process
View Single Post
  #1  
Old 05-19-2010, 08:59 AM
nik180 nik180 is online now
Registered User
 
Join Date: 12-16-2004
Posts: 5
win32_process

I am using a similar function to the vbld_findprocess vbscript. I capture the process commandline instead of the process id. I am noticing that some processes have a long path as follows.
"J:\VisBuildPro7\VisBuildCmd.exe" Env=Dev1WAS App=UniformsCorrespondence.ear HudsonConnect=051910084722724 /b J:\promotion\bin\Deploy.bld

These long process commandlines show up as a blank or null. The commandline property works fine for processes with a shorter commandline. Is there some way to capture all commandlines regardless of size. I appreciate any input.
Nik
Reply With Quote