added !appendfile
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4322 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e7bdb6aad8
commit
c94fdbf119
4 changed files with 39 additions and 0 deletions
|
@ -33,6 +33,19 @@ Causes the NSIS compiler to scan the given directory for plug-in DLLs.
|
|||
\c !addplugindir myplugin
|
||||
\c MyPlugin::SomeFunction
|
||||
|
||||
\S1{appendfile} !appendfile
|
||||
|
||||
\c file text
|
||||
|
||||
Appends \e{text} to \e{file}.
|
||||
|
||||
\c !tempfile FILE
|
||||
\c !appendfile "${FILE}" "XPStyle on$\n"
|
||||
\c !appendfile "${FILE}" "Name 'test'$\n"
|
||||
\c !include "${FILE}"
|
||||
\c !delfile "${FILE}"
|
||||
\c !undef FILE
|
||||
|
||||
\S1{cd} !cd
|
||||
|
||||
\c new_path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue