Cannot run your script
Evro123 opened this issue · 1 comments
Evro123 commented
When try to run your .ps1 file I get nothing:
PS C:\WINDOWS\system32> & "C:\Users\Admin\Desktop\TCP.ps1
>>
>>
>>
>>
>>
why?Am I not running it probably?
Staubgeborener commented
Yes, you don't run it properly. You miss the last quotation mark at the end.
Wrong: PS C:\WINDOWS\system32> & "C:\Users\Admin\Desktop\TCP.ps1
Right: PS C:\WINDOWS\system32> & "C:\Users\Admin\Desktop\TCP.ps1"