Changes between Version 19 and Version 20 of Plugins/Execute


Ignore:
Timestamp:
12/03/2014 11:42:15 PM (9 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Plugins/Execute

    v19 v20  
    1313 
    1414Enable the plugin in the Plugins menu in Preferences.  
    15     ''Note: After enabling this plugin Deluge may require restarted for it to work properly.'' 
     15 
     16'''''Important: After enabling this plugin Deluge will require restarting for it to work properly.''''' 
    1617 
    1718The events Torrent Complete and Torrent Added can be selected and the full path to the script entered (e.g. /home/user/execute_script) 
     
    5354set torrentname=%2 
    5455set torrentpath=%3 
    55 @echo Torrent Details:  %torrentname% %torrentpath% %torrentid%  >> C:\execute_script.log 
     56@echo Torrent Details:  %torrentname% %torrentpath% %torrentid%  >> %userprofile%\Desktop\execute_script.log 
    5657}}} 
    5758 
    58 The variables will show up in the log file: `C:\execute_script.log` 
     59 
     60The variables will show up in the log file on the user Desktop.  
    5961 
    6062=== Perl ===