Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

powershell script run

./myscript.ps1  //if is in the current directory
c:/scripts/myscript.ps1  //if you want to use the full path
&"C:/my path with space/myscript.ps1"  //if your path has spaces
Source by www.techotopia.com #
 
PREVIOUS NEXT
Tagged: #powershell #script #run
ADD COMMENT
Topic
Name
1+4 =