kiwijunglist Posted August 10, 2013 Report Share Posted August 10, 2013 Enable optionBrowse to a programSelect program eg. an test.run.exe that appends to a .txt file whenever it is runNow wait for torrent to complete, nothing happensNow go back into settings and surround the program in quotes, this fixes the problemIt is bad that utorrent will not run a program without quotes (even if the path+file contains no space bars) utorrent should auto append quotation. Link to comment Share on other sites More sharing options...
emc Posted August 10, 2013 Report Share Posted August 10, 2013 Program without spaces in path or file name can be without quotes and run function works fine.But variable of file name must be represented as: "%D\%F"- quotes for certainty if file name contains spaces- %D because path is not included in %F file nameThis combination tested and works:C:\FolderNoSpace\FileNoSpace.exe "%D\%F""C:\Program Files\VideoLAN\VLC\vlc.exe" "%D\%F" (will play only single file)"C:\Program Files\VideoLAN\VLC\vlc.exe" "%D" (will play whole folder)Maybe it will be better, when uTorrent will add quotes automatically and variable %F will contains full path with automatically covertly filled quotes by uTorrent. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.