monad (MSH), skrypty

Autor: ris <ris22_at_gazeta.pl>
Data: Tue 21 Feb 2006 - 21:07:33 MET
Message-ID: <dtfruh$pa7$1@atlantis.news.tpi.pl>
Content-Type: text/plain; charset=ISO-8859-2; format=flowed

Witam,
Mam prosty skrypt zresztą z dokumentacji:

function add2numbers

([int]$x, [int]$y )

{

    $x + $y
}

Teraz chce go uruchomić więc pisze ./add2numbers.msh i dostaje:

The file E:\Temp\Monad\add2numbers.msh cannot be loaded. The execution
of scrip
ts is disabled on this system. Please see "get-help about_signing" for
more det
ails.
At line:1 char:17
+ ./add2numbers.msh <<<<

Więc próbuje:
$cert = get-childitem cert: -recurse -codesigning

Jednak w $cert mam nulla, jak inczej zarejestrować skrypt ?

pozdrawiam
Received on Tue Feb 21 21:10:10 2006

To archiwum zostało wygenerowane przez hypermail 2.1.8 : Tue 21 Feb 2006 - 21:42:04 MET