- Aug
- 2,267
- 108
Hi,
I have several .btm's with dashes in the names, for example,
get-gmail.btm
get-weather.btm
get-setican.btm
These all work great from the CLI. I decided to add toolbar buttons, and execute them from the buttons.
In the Tool Bar Button Dialog, under Command, I have entered get-weather.btm enter. When I click the button, it comes out on the command line as getweather.btm enter, which is missing the dash.
My solution to the problem was to enclose the command in double-quotes, and it is sent to the CLI with the dash in the filename.
I do not have to use double quotes for any files that do not have a dash in the file name.
Is this by design? I am using;
TCC 11.00.52 Windows XP [Version 5.1.2600]
TCC Build 52 Windows XP Build 2600 Service Pack 3
Joe
I have several .btm's with dashes in the names, for example,
get-gmail.btm
get-weather.btm
get-setican.btm
These all work great from the CLI. I decided to add toolbar buttons, and execute them from the buttons.
In the Tool Bar Button Dialog, under Command, I have entered get-weather.btm enter. When I click the button, it comes out on the command line as getweather.btm enter, which is missing the dash.
My solution to the problem was to enclose the command in double-quotes, and it is sent to the CLI with the dash in the filename.
I do not have to use double quotes for any files that do not have a dash in the file name.
Is this by design? I am using;
TCC 11.00.52 Windows XP [Version 5.1.2600]
TCC Build 52 Windows XP Build 2600 Service Pack 3
Joe