| clacker  
 
  
 
 
 Group: Members
 Posts: 570
 Joined: June 2004
 | 
|  | Posted: July 18 2004,02:49 |  |  clivesay,
 
 I found that the following are the macro replacements that XX uses:
 
 %f = The selected filename(s) in the active directory
 %F = The full pathname(s) of files selected in inactive directory
 %d = The active directory name
 %D = The inactive directory name
 %{Prompt message} = Prompt for input with the message "Prompt message"
 
 I made a button with:
 
 tar -czvf %{Filename for DSL (ie roo.dsl)} *
 
 as the command and it looked like it worked OK when you click the button with the directory you want as the active one.
 
 Your idea did help someone else who is playing as much as you are!
 |