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
Next revision Both sides next revision
appendices:commandlinearguments [2012/11/07 19:08]
floele
appendices:commandlinearguments [2014/11/29 13:24]
floele
Line 61: Line 61:
   ; -udf:​VERSION (since v. 4.3.2, 1.02 is the default)   ; -udf:​VERSION (since v. 4.3.2, 1.02 is the default)
   : Changes the file system version. Options available: 1.02, 1.5, 2.0, 2.01, 2.5, 2.6.   : Changes the file system version. Options available: 1.02, 1.5, 2.0, 2.01, 2.5, 2.6.
 +  ; -format:iso (since v. 4.5.1)
 +  : Instead of UDF, an ISO/Joliet file system is used for burning. The -udf flag does not apply then.
   ; -verify (since v. 4.1.3)   ; -verify (since v. 4.1.3)
   : Verifies the disc after burning.   : Verifies the disc after burning.
Line 67: Line 69:
   ; -layout:​PATH (since v. 4.1.3)   ; -layout:​PATH (since v. 4.1.3)
   : Instead of adding files from the //file// and //folder// options, it loads all contents from a data compilation (DXP file).   : Instead of adding files from the //file// and //folder// options, it loads all contents from a data compilation (DXP file).
 +  ​
 Example: Example:
  
Line 79: 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}}