Problem running DOS command with C:\Program Files

I'm trying to run DOS command %ProgramFiles%\ in Command filed.

I get :

'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
Program returned code  : 1

Then, I tried "%ProgramFiles%\".

Then, I still get the same error.

Is there any way for FB to recognize C:\Program Files? (and subsequent strings)

Thanks.

 

Hi Ho,

The “Run DOS Command” action is only for built-in “command prompt” commands (ie dir.)

If you use the “Execute Program” action instead, it will be able to run your target application.

We’re currently in the process of tweaking FinalBuilder to make this more obvious.

Regards,

Angus