View Single Post
  #3 (permalink)  
Old 06-05-2008, 01:52 PM
bozard
 
Posts: n/a
Re: Script wont run correctly
Thank You, Thank you, thank you!

"Klaus Jorgensen" wrote:

> bozard wrote:
> >
> > Could some please help me by getting this script to run without requiring a
> > "Y" response?
> >
> > echo off
> > cd %systemroot%\Microsoft.NET\Framework\v1.1.4322
> > CasPol.exe -m -ag 1.2 -url file://Cola-wwtp-fs-01/Instructions/* FullTrust
> > /yes
> > exit

>
> Use "caspol -pp off" first to disable prompting.
>
> See this url for details:
> http://msdn.microsoft.com/en-us/libr...tz(VS.80).aspx
>
>
>

Reply With Quote