View Single Post
  #3  
Old 04.03.2011, 11:34
editestowy's Avatar
editestowy editestowy is offline
Polish Supporter
 
Join Date: May 2009
Location: PL
Posts: 3,026
Default

In command line calling "jdownloader" is equivalent to: "java -Xmx512m -jar jdownloader.jar" (jdownloader.exe is wrapper for calling JVM with predefined parameters).
So in command line you need to build BAT/CMD file which parse the parameters and then calls specific commands or call directly JVM with available parameters.
All available parameters for command line jD:
java -jar jdownloader.jar --help
Reply With Quote