Killer Posted June 2, 2006 Posted June 2, 2006 I notice ProcessExists doesn't detect Win3.1 (16 bits) programs. Is there anyway to detect these programs as well as using the other process functions on them?
nfwu Posted June 2, 2006 Posted June 2, 2006 Could you give examples? #) TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode()
mr.underperson Posted June 2, 2006 Posted June 2, 2006 Probably because it's running in a sandbox, aka "Dos Virtual Machine": The actual process is "ntvdm.exe". There may be a way to read the 16bit process handle from ntvdm.exe, dunno. Try WinExists. -mu
Killer Posted June 5, 2006 Author Posted June 5, 2006 Probably because it's running in a sandbox, aka "Dos Virtual Machine": The actual process is "ntvdm.exe". There may be a way to read the 16bit process handle from ntvdm.exe, dunno.Try WinExists.-muAt the Windows Task Manager, these programs will be listed under 16 bit tasks. I will try to see if winexists helps. Thanks.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now