Code: Select all
powershell -File "script.ps1" %P
Code: Select all
powershell -File "script.ps1" D:\folder
how can force powershell understand %P ?
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
powershell -File "script.ps1" %P
Code: Select all
powershell -File "script.ps1" D:\folder