View Single Post
  #2 (permalink)  
Old 06-05-2008, 07:17 AM
Klaus Jorgensen
 
Posts: n/a
Re: Script wont run correctly
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