View Single Post
  #2  
Old 09-09-2020, 08:57 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
Standard input is a way to pipe content into the called program, not pass parameters to it per se.

https://www.tutorialspoint.com/batch...iles_pipes.htm

https://kinook.com/VisBuildPro/Manua...llinputtab.htm

One option would be to pass the arguments by naming them and then assigning to a hash table in PowerShell.

See attached.
Attached Files
File Type: bld TestPowershell.bld (2.8 KB, 1297 views)
Reply With Quote