--- "Atluri, Vamsi                NYC" <[EMAIL PROTECTED]> wrote:
> Since i could not figure out what the problem was with the VSS task - I
> went forward with the following
> 
> <target name="vssget" depends="init">
> 
> <exec dir="\vssget" executable="d:\vssget\SSGet.exe" os="Windows 2000"
> output="v-test.txt">
>   <arg line="-p$/core -r -uadmin,password -lv1.01
> \\nycdevweb003\cdrive\citco_vss"/>
> </exec>
> </target>
> 
> It works pretty nice

I'm surprised it does, since a $ usually needs to be escaped (ie., doubled
up: $$).

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - Send FREE e-cards for every occasion!
http://greetings.yahoo.com

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

Reply via email to