Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/batch-file/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows 如何为每个文件夹自动创建torrent文件?_Windows_Batch File_Bittorrent_Utorrent - Fatal编程技术网

Windows 如何为每个文件夹自动创建torrent文件?

Windows 如何为每个文件夹自动创建torrent文件?,windows,batch-file,bittorrent,utorrent,Windows,Batch File,Bittorrent,Utorrent,我有几百个文件夹要使用torrent协议共享。 问题是,为每个文件夹使用GUI界面创建文件是浪费时间。 有人知道可以这样做的程序或可以从CLI创建torrent的torrent客户端吗?这很容易编写脚本 谢谢 您可以使用ctorrent(在sourceforge上): ctorrent-t-u tracker\u url-s torrent\u name source“MakeTorrent”您可以选择主文件夹,它将为每个子文件夹创建一个.torrent,然后自动将它们添加到您的自动当前客户端,

我有几百个文件夹要使用torrent协议共享。 问题是,为每个文件夹使用GUI界面创建文件是浪费时间。 有人知道可以这样做的程序或可以从CLI创建torrent的torrent客户端吗?这很容易编写脚本

谢谢

您可以使用ctorrent(在sourceforge上):


ctorrent-t-u tracker\u url-s torrent\u name source

“MakeTorrent”您可以选择主文件夹,它将为每个子文件夹创建一个.torrent,然后自动将它们添加到您的自动当前客户端,并开始查看。此答案应被接受。谢谢你找到这个工具,我一直在寻找。