How can i detect within a cobol program on a Windows PC if there is running a 32bit outlook/excel/word or a 64bit version is running?
If it is possible a solution in cobol.
Thanks in advance.
#extend
How can i detect within a cobol program on a Windows PC if there is running a 32bit outlook/excel/word or a 64bit version is running?
If it is possible a solution in cobol.
Thanks in advance.
How can i detect within a cobol program on a Windows PC if there is running a 32bit outlook/excel/word or a 64bit version is running?
If it is possible a solution in cobol.
Thanks in advance.
How can i detect within a cobol program on a Windows PC if there is running a 32bit outlook/excel/word or a 64bit version is running?
If it is possible a solution in cobol.
Thanks in advance.
How can i detect within a cobol program on a Windows PC if there is running a 32bit outlook/excel/word or a 64bit version is running?
If it is possible a solution in cobol.
Thanks in advance.
I found, opened and read the registrykey:
STRING "Software\\Microsoft\\Windows\\CurrentVersion\\"
"App Paths\\OUTLOOK.EXE"
INTO SUBKEY-NAME-SREG
END-STRING.
I get a error when i do the same with:
STRING "Software\\Microsoft\\Office\\ClickToRun\\"
"REGISTRY\\MACHINE\\Software\\Microsoft\\"
"Office\\16.0\\Outlook"
INTO SUBKEY-NAME-SREG
END-STRING.
The open registry is done with HKEY_LOCAL_MACHINE.
Windows 10 with Extend 10.0.1 with path 1619.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.