On Wed, 5 Dec 2001, Shinagare, Sandeep wrote:
> #snip2
> $vfilename="TestFile.txt";
> system ("copy c:\msg.txt c:\sandeep\$vfilename");
> #end

Use \\ instead of \

\$ means '$'
\\ means '\' 

- Flávio Soibelmann Glock

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to