Can I separate file and folder names from each other?

I have a program that not offered any recursive switch internally, so if I want enforce it to work with subdirectories, I should add a *.* at the end of directory names.

DOpus Command Control Codes does not distinguish between file and folder names. What can I do if I want add a *.* just at the end of selected directory names (file names be omitted)?

I used the following code for this aim, but not worked:

@set folderonly
@set strDirs = {F!}  
@set fileonly
@set strFiles = {F!}
@set strArgument = {$strDirs}\*.* {$strFiles}

Regards

I'm sorry, the previous letter was mistyped :blush:
The code is:

@dirsonly 
@set strDirs = {F!} 
@filesonly
@set strFiles = {F!}
@set strArgument = {$strDirs}\*.* {$strFiles

Check out these two threads:
[ul][li]One Hotkey for 2 commands[/li]
[li]Help with copy command, distguish between file and directory[/li][/ul]

You are wonderful Dear Leo, Kissssssss :laughing:
I am amazed why GPSoftware is not added a separate file and folder variable for these needs to now:!: :exclamation:

However, I modified your code to be compatible with {allfilepath} too. The new code is attached to this letter and I hope to be useful for other peoples with the same problem.

Best Regards

I'm sorry again :blush: The attach was forgotten.

Regards

P.S.: In my country is 5:30 AM and I'm not sleeping to now :wink:
Launch_MTS_Edited.zip (559 Bytes)