/build/static/layout/Breadcrumb_cap_w.png

Runkbot with parameters in powershell

Hello,

what is the translation of this command line in powershell ?

START "" /D "C:\Program Files (x86)\Quest\KACE\"  /WAIT /MIN runkbot.exe 216 0

Thank you

0 Comments   [ + ] Show comments

Answers (1)

Posted by: Squale76 5 years ago
White Belt
0
With this command in powershell it's ok but i want to hide the execution window

$runkbot = "C:\Program Files (x86)\Quest\KACE\runkbot.exe"
$runkbotptions = @('216','0')
& $runkbot $runkbotptions

Comments:
  • You can easily invoke powershell with the WindowStyle of hidden.

    powershell.exe -nologo -executionpolicy bypass -WindowStyle hidden -noprofile -file "FILENAME.ps1" - isudothings 5 years ago
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ