TextFile_AppendStr.ec.vbs
------------------------------------------------------------------------------------

* PARAMETERS: 

 1. Full path to the text file where a string is to be appended.  Example: c:\MyFiles\List.txt
 2. A string that is to be added to the end of the file.
 

* RETURN: 

 None.


* DESCRIPTION:  

This external command is written in VBS.  It demonstrates how to use VBS with multiple parameters.
The "TextFile_AppendStr.ec.vbs" appends the string to the endof the file specified.

* USAGE EXAMPLE:

This example writes current date and time to the end of "c:\temp\time.txt" file.

<cmds>
<extcmd>("TextFile_AppendStr.ec.vbs","%_vQuoteChar%c:\temp\time.txt%_vQuoteChar% %_vQuoteChar%%_vCurrDate_DDMMYYYY% %_vCurrTime_Hour24%:%_vCurrTime_Minute%:%_vCurrTime_Second%%_vQuoteChar%",15,vResult)


------------------------------------------------------------------------------------
(c) 2007 Pitrinec Software