I'm new to Dopus and not very familiar with customization (yet).
I was look for a way to create a button open a command prompt at a specified folder. I've searched but must not be looking for the right thing.
Can someone enlighten me?
I'm new to Dopus and not very familiar with customization (yet).
I was look for a way to create a button open a command prompt at a specified folder. I've searched but must not be looking for the right thing.
Can someone enlighten me?
Do you want that prompt for a predefined location? You could, for example, use a button with following code,
to open a prompt for your active directory:
CLI DOSPROMPT
There is also a button that does this already included on the default Menu toolbar: Tools->Command Prompt Here
Actually - you said "open a command prompt at a specified folder"... which I think both of us didn't realize, and each of our suggestions would open the "current" folder to a command prompt. If you actually want to open to some ~other folder that is NOT the current folder displayed in the Opus lister - then you can just use normal cmd.exe syntax to do so in a button. For instance:
cmd.exe /s /k pushd "c:\"