Tools > Options > Context Menu (What commands do I need for Directory Opus?)
Tools > Options > Context Menu (What commands do I need for Directory Opus?)
Translation from Russian
Hello!
What commands do I need to add to the context menu in order to open it with a double click on Directory Opus?
In Windows Explorer, by default everything works fine.
In Directory Opus, when changing commands, it does not work correctly.
Tools > Options > Context Menu > Open (Folders) > Command
$exec("C:\Program Files\GPSoftware\Directory Opus\dopus.exe" "%1")
Tools > Options > Context Menu > Open Files > Command
$exec("C:\Program Files\GPSoftware\Directory Opus\dopus.exe" "%1")
Tools > Options > Context Menu > Open Path > Command
$exec("C:\Program Files\GPSoftware\Directory Opus\dopus.exe" $parent("%1"))
Files can not attach video. writes that 20 MB is a lot
Here are the links to the video:
windows explorer all good.wmv https://www.upload.ee/files/9383485/Vid ... 3.wmv.html
Doesn’t work well with teams.wmv https://www.upload.ee/files/9383513/Vid ... 1.wmv.html
Doesn’t work well with teams2.wmv https://www.upload.ee/files/9383515/Vid ... 4.wmv.html
What commands and where do I need to register in order to work as well as in Windows Explorer?
Hello!
What commands do I need to add to the context menu in order to open it with a double click on Directory Opus?
In Windows Explorer, by default everything works fine.
In Directory Opus, when changing commands, it does not work correctly.
Tools > Options > Context Menu > Open (Folders) > Command
$exec("C:\Program Files\GPSoftware\Directory Opus\dopus.exe" "%1")
Tools > Options > Context Menu > Open Files > Command
$exec("C:\Program Files\GPSoftware\Directory Opus\dopus.exe" "%1")
Tools > Options > Context Menu > Open Path > Command
$exec("C:\Program Files\GPSoftware\Directory Opus\dopus.exe" $parent("%1"))
Files can not attach video. writes that 20 MB is a lot
Here are the links to the video:
windows explorer all good.wmv https://www.upload.ee/files/9383485/Vid ... 3.wmv.html
Doesn’t work well with teams.wmv https://www.upload.ee/files/9383513/Vid ... 1.wmv.html
Doesn’t work well with teams2.wmv https://www.upload.ee/files/9383515/Vid ... 4.wmv.html
What commands and where do I need to register in order to work as well as in Windows Explorer?
Last edited by kin-a on Sat Jan 05, 2019 9:38 am, edited 2 times in total.
Re: Tools > Options > Context Menu
I use ScreenToGif fot that. It creates an animated GIF/APNG file with a sizes < 1MB (typically round 200 kB)
I might be able to help you (a little bit) with your Everything to Directory Opus integration, but there are a couple of regulars on this forum who already have made that working. Better to wait for those to step in...
Re: Tools > Options > Context Menu
ScreenToGif short can only be smoked, long large size are obtained.
You did not watch the video? Do you do in ScreenToGif?
Is this what's in the picture where it is written about?
$)=) / S(=( / $$=S
You did not watch the video? Do you do in ScreenToGif?
Is this what's in the picture where it is written about?
$)=) / S(=( / $$=S
- Attachments
-
- 2019-01-04_173756.png (77.44 KiB) Viewed 7803 times
Re: Tools > Options > Context Menu
Thanks for the videos and screenshots.
Please try:
$exec("C:\Program Files\GPSoftware\Directory Opus\dopus.exe" "$parent(%1)")
Please try:
$exec("C:\Program Files\GPSoftware\Directory Opus\dopus.exe" "$parent(%1)")
Re: Tools > Options > Context Menu (What commands do I need for Directory Opus?)
What happens?
$exec("C:\windows\explorer.exe" "$parent(%1)")
Appears to open the parent folder correctly in Windows Explorer.
I'm no Dopus expert sorry.
$exec("C:\windows\explorer.exe" "$parent(%1)")
Appears to open the parent folder correctly in Windows Explorer.
I'm no Dopus expert sorry.
Re: Tools > Options > Context Menu (What commands do I need for Directory Opus?)
That's how it works:
Code: Select all
$exec("C:\Program Files\GPSoftware\Directory Opus\dopusrt.exe" /acmd everything FILEPATH="$pathpart(%1)" FILENAME="$namepart(%1)")
https://resource.dopus.com/t/what-comma ... us/31073/5
Re: Tools > Options > Context Menu (What commands do I need for Directory Opus?)
Does the following help:
$exec("C:\Program Files\GPSoftware\Directory Opus\dopusrt.exe" /acmd Go NEWTAB PATH "%1")
$exec("C:\Program Files\GPSoftware\Directory Opus\dopusrt.exe" /acmd Go NEWTAB PATH "%1")
Re: Tools > Options > Context Menu (What commands do I need for Directory Opus?)
double click on a path uses the Open Path command.double click on a path
Are you changing the "Open Path" command from Tools -> Options -> Context Menu?
The "Open (Folders)" command is for when you open a folder result.
Re: Tools > Options > Context Menu (What commands do I need for Directory Opus?)
Yes. I wanted to open the way
With this, it turns out. does not open the folder path he
Code: Select all
$exec("C:\Program Files\GPSoftware\Directory Opus\dopusrt.exe" /acmd Go NEWTAB PATH "%1")
With such a normal. that should work.
Code: Select all
$exec("C:\Program Files\GPSoftware\Directory Opus\dopusrt.exe" /acmd everything FILEPATH="$pathpart(%1)" FILENAME="$namepart(%1)")
https://www.upload.ee/files/9448482/Vid ... 8.wmv.html
Re: Tools > Options > Context Menu (What commands do I need for Directory Opus?)
Unrelated. However, if you would like to bring Opus to the foreground, please try:
$exec("D:\Directory Opus\dopusrt.exe" /cmd Go NEWTAB=tofront PATH "%1")
$exec("D:\Directory Opus\dopusrt.exe" /cmd Go NEWTAB=tofront PATH "%1")