using '%' in command line argument

Help each other out

using '%' in command line argument

Postby badubo on Tue Jun 08, 2004 4:30 pm

Hello,

is there an escape character allowing the use of % in the command line of an execute event ? if I use it as is, xlobby uses it as a variable delimiter
badubo
 
Posts: 505
Joined: Mon May 03, 2004 7:33 pm
Location: Belgium

% symbol

Postby jpoveda on Wed Jun 09, 2004 5:12 am

Hi,

Try to put double or triple quotes before and after the parameter.
jpoveda
 
Posts: 111
Joined: Mon May 17, 2004 6:45 am
Location: Spain

Postby badubo on Sun Jun 13, 2004 3:23 pm

Hi,

it doesn't work with quotes
What I would like to have as a parameter is something like :

%CD 10 %movies>parameter%

%movies>parameter% must be expanded but not the %CD10
badubo
 
Posts: 505
Joined: Mon May 03, 2004 7:33 pm
Location: Belgium

Postby jpoveda on Mon Jun 14, 2004 6:13 am

Try with:

CD 10 %movies>parameter%

If you want CD 10 be one parameter, not two one try

%CD 10% %movies>parameter%
jpoveda
 
Posts: 111
Joined: Mon May 17, 2004 6:45 am
Location: Spain