Saturday, January 05, 2013

Powershell Quick Tips: Return exit code

Short command below returns exit code of 1.
powershell -Command exit 1

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...