Hi All,
I need to execute a windows excutable located in c:\Program Files.
In btbasic I did:
Name$ = ¨Dummy¨
execute ¨c:\\Program Files\\ASIX\\UP\\up.exe -¨&Name$
the result is:
c:\Program: not found.
This is caused by ksh (forbidden ¨space¨ in filename.)
Does someone know how to do this ??
regards,
Marco.
I need to execute a windows excutable located in c:\Program Files.
In btbasic I did:
Name$ = ¨Dummy¨
execute ¨c:\\Program Files\\ASIX\\UP\\up.exe -¨&Name$
the result is:
c:\Program: not found.
This is caused by ksh (forbidden ¨space¨ in filename.)
Does someone know how to do this ??
regards,
Marco.
Another issue - permissions? Do you need to give the operator login permission to execute programs from the Program Files folder?
I'm not an IT person, so good luck!