Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\shotgrid]
"URL Protocol"=""
[HKEY_CLASSES_ROOT\shotgrid\shell]
[HKEY_CLASSES_ROOT\shotgrid\shell\open]
[HKEY_CLASSES_ROOT\shotgrid\shell\open\command]
@="python" "~\Shotgrid-AMIs\download_controller.py" "%1"
-
Info - batch file ์ด์ฉํ์ฌ cmd ํ์ธ
Registry Editor
[HKEY_CLASSES_ROOT\shotgrid\shell\open\command] @="C:\Windows\System32\cmd.exe"ย "/k"ย "{path}\test.bat"ย "%1"test.bat
pythonย ~\Shotgrid-AMIs\download_controller.pyย %1 pause
$ cd ~/.local/share/applications
$ vim shotgrid.desktop
[Desktop Entry]
Name=shotgrid
Type=Application
Exec=python ~/Shotgrid-AMIs/download_controller.py %U
Terminal=true
MimeType=x-scheme-handler/shotgrid;
$ update-desktop-database ~/.local/share/applications/
