09-03-2008, 01:44 AM
Appreciated.
Another 'exists' question:
How about checking the existence of a registered program (e.g., one that is run from the macro without a path).
In this case, audio editor Sound Forge v8 is run from the macro like so:
str editor = "forge80.exe"
run editor
If the audio software is upgraded to SF v9, the exe will be "forge90.exe" and the macro won't work. Again, I want to check that if the user config is set to forge80, I can test that it exists before getting into the process.
Thanks.
s
Another 'exists' question:
How about checking the existence of a registered program (e.g., one that is run from the macro without a path).
In this case, audio editor Sound Forge v8 is run from the macro like so:
str editor = "forge80.exe"
run editor
If the audio software is upgraded to SF v9, the exe will be "forge90.exe" and the macro won't work. Again, I want to check that if the user config is set to forge80, I can test that it exists before getting into the process.
Thanks.
s