Search found 3 matches

by Chiller
12 Feb 2016, 16:06
Forum: Windows
Topic: Batch Scripting: Parameters passes on cmd path?
Replies: 4
Views: 5487

Re: Batch Scripting: Parameters passes on cmd path?

Hello

I just did a parameter debug/test which i found on this website.

uTorrent Command
"C:\filebot_test.bat" "%S" "%N" "%K" "%F" "%D"

Batch file

filebot -script fn:sysenv %1 %2 %3 %4 %5

pause


Result
http://s14.postimg.org/tlzrlky7l/result.jpg

It looks good here but I dont know ...
by Chiller
12 Feb 2016, 15:50
Forum: Windows
Topic: Batch Scripting: Parameters passes on cmd path?
Replies: 4
Views: 5487

Re: Batch Scripting: Parameters passes on cmd path?

What does making a bat script have to do with not showing a console window?

filebot.exe is a console application executable, so windows will show a console. If you don't want a console then you can just use filebot.launcher.exe which is a gui application executable and won't show a console.

I ...
by Chiller
12 Feb 2016, 10:38
Forum: Windows
Topic: Batch Scripting: Parameters passes on cmd path?
Replies: 4
Views: 5487

Batch Scripting: Parameters passes on cmd path?

Hello

First of all, Filebot is a amazing piece of software. :mrgreen:

I got filebot working straight from the start by using the finished AMC code. Then i wanted to hide those CMD-pop-ups when torrents finished downloading because it's quite annoying when playing games :)

So i went on to try to ...