This website requires JavaScript.
Explore
Help
Sign In
mobeigi
/
filebot
Watch
1
Star
0
Fork
You've already forked filebot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5ee97945fb
filebot
/
installer
/
msi
/
filebot.cmd
3 lines
80 B
Batchfile
Raw
Normal View
History
Unescape
Escape
* properly setup everything for CLI when installing via MSI package
2011-11-15 03:03:53 +00:00
@
ECHO
OFF
* added startup script for mac (untested)
2011-11-16 03:00:54 +00:00
java -Dapplication.deployment=msi -Xmx256m -jar
"
%~dp0
FileBot.jar
"
%*