Search

You can find the results of your search below.

web_gui_for_powershell_scripts
3 Hits, Last modified:
. Для передачи параметров следует использовать **$args**. ===== web.config ===== <code><?xml version="1... ===== Powershell скрипт test.ps1 ===== <code>if ($args.count -ge 2) { $text = $args[1]} write-output $text </code> ===== Страница aspx - Test.aspx ===== <cod