Page 1 of 1

Command F7 new folder

Posted: 11 Jan 2021 11:35
by steph38
Hi,

I use every day this command for creating a folder called "Rapport"
Is there any possibility to create an icon within a ribbon with a command doing that automatically (adding the name as a fixed parameter ton the existing icon/function in the ribbon) in the folder I am viewing ?

if yes, how could this be achieved ?

Thanks for you help

Stéphane

Re: Command F7 new folder

Posted: 12 Jan 2021 14:54
by oMega Support
Add a button to the ribbon.
In Tools Designer specify for it:
Command: mkdir
Parameters: Rapport (or any other name)
In Window dropdown: Select two options: Hide the window; Run in Cmd-window (close on completion)

Re: Command F7 new folder

Posted: 12 Jan 2021 17:45
by steph38
Hi,

Works perfectly !
You've made my day !
I will gain a lot of time creating my reports !

Many, many thanks for your appreciated help !
Have a nice day,

Stéphane