Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

ps script to execute from powershell! I have changed the the execution previlage to unrestricted. But when I run a simple script I get the following

enter image description here

share|improve this question
1  
.ps = postscript, not powershell. – x0n Sep 13 '11 at 2:47
2  
@x0n, that was a cry for help to implement PowerShell in PostScript so that we can script the hell out of our printers :-) – Јοеу Sep 13 '11 at 7:44
1  
@Joey: Install-NewTonerCartridge – JohnL Sep 13 '11 at 8:09

1 Answer

up vote 5 down vote accepted

PowerShell's file extension is .ps1, not .ps. Just rename the script.

share|improve this answer
thanks a real silly one .... the importance of sleep. – user544550 Sep 13 '11 at 8:36

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.