diff --git a/Docs/src/basic.but b/Docs/src/basic.but index 2b561cf6..03a81e90 100644 --- a/Docs/src/basic.but +++ b/Docs/src/basic.but @@ -49,7 +49,7 @@ Adds file(s) to be extracted to the current output path ($OUTDIR). \b Note that the output file name is $OUTDIR\\filename_portion_of_file. -\b If the /oname=X switch is used, the output name becomes $OUTDIR\\X. When using the /oname= switch, only one file can be specified, and the file name can contain variables (or a fully qualified path, e.g. $SYSDIR\\whatever.dll). If the output name contains spaces, quote the entire parameter, including /oname, as shown in the examples below. +\b Use /oname=X switch to change the output name. X may contain variables and can be a fully qualified path or a relative path in which case it will be appended to $OUTDIR set by \R{setoutpath}{SetOutPath}. When using this switch, only one file can be specified. If the output name contains spaces, quote the entire parameter, including /oname, as shown in the examples below. \b Wildcards are supported. @@ -68,6 +68,7 @@ Adds file(s) to be extracted to the current output path ($OUTDIR). \c File *.exe \c File /r *.dat \c File /r data +\c File /oname=temp.dat somefile.ext \c File /oname=$TEMP\temp.dat somefile.ext \c File "/oname=$TEMP\name with spaces.dat" somefile.ext \c File /nonfatal "a file that might not exist"