Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
appendices:commandlinearguments [2013/01/02 20:22]
floele
appendices:commandlinearguments [2017/04/09 16:42]
floele drive letter
Line 21: Line 21:
 </​code>​ </​code>​
  
-Except for //​--list-drives//,​ all actions need at least one further argument, the //-device// parameter. The //​--list-drives//​ action provides a list of all drives and the drive numbers to use.+Except for //​--list-drives//,​ all actions need at least one further argument, the //-device// parameter. The //​--list-drives//​ action provides a list of all drives and the drive numbers to use. You can also use a drive letter.
  
 Example: Example:
Line 81: Line 81:
   ; -iso:PATH (since v. 4.1.3)   ; -iso:PATH (since v. 4.1.3)
   : Instead of burning the disc, creates an ISO image at the specified path.   : Instead of burning the disc, creates an ISO image at the specified path.
-  ​+ 
 +===== Return codes / errors ===== 
 + 
 +If the desired action has been performed successfully,​ the application will return with exit code "​0"​. If any error occurs, a non-zero error code will be returned (check the [[References/​errorCodes|full list of error codes]] for more information). 
 + 
 +In case "​-sptd"​ is used and the driver is not installed or could not be loaded successfully,​ -1 is returned. 
 {{template>:​sys:​version|ver=4.0.025}} {{template>:​sys:​version|ver=4.0.025}}