Answers for "powershell open excel file"

0

powershell open excel file

You can use the start comand and the modifier /d so the console woudnt wait for the program to close
start /d path to file
Posted by: Guest on April-19-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language