I’m using XP and PB 3.5 and all is working just fine except for.
‘C:\Program Files’ exists with a whole host of sub-folders.
Sub-folder ‘C:\Program Files\AA’ exists or it does not exist,
have no preference.
If sub-folder ‘C:\Program Files\AA’ does not exist then
I want my software to determine that.
If sub-folder ‘C:\Program Files\AA’ does exist then
I want my software to determine that and
if program ‘C:\Program Files\AA\BB.exe exists.
The problem that I’m having is ‘Program Files’ with
a space and length not following the Dos rules.
A gentle push/hint/code/suggestion will be most appreciated.
Thank, Jack
------------------
‘C:\Program Files’ exists with a whole host of sub-folders.
Sub-folder ‘C:\Program Files\AA’ exists or it does not exist,
have no preference.
If sub-folder ‘C:\Program Files\AA’ does not exist then
I want my software to determine that.
If sub-folder ‘C:\Program Files\AA’ does exist then
I want my software to determine that and
if program ‘C:\Program Files\AA\BB.exe exists.
The problem that I’m having is ‘Program Files’ with
a space and length not following the Dos rules.
A gentle push/hint/code/suggestion will be most appreciated.
Thank, Jack
------------------
Comment