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