From 8ba9af27fda732d225ef404bf786b608ea38c921 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 2 Jun 2005 16:32:53 +0000 Subject: [PATCH] explain about /oname with spaces git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4062 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/basic.but | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Docs/src/basic.but b/Docs/src/basic.but index e4644175..643e2b01 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). +\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 Wildcards are supported. @@ -69,6 +69,7 @@ Adds file(s) to be extracted to the current output path ($OUTDIR). \c File /r *.dat \c File /r data \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" \c File /r /x CVS myproject\*.* \c File /r /x *.res /x *.obj /x *.pch source\*.*