This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
powershell -file c:\temp\script.ps1 -test:%1 | |
echo %ERRORLEVEL% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
namespace WindowsGame1 | |
{ | |
#if WINDOWS || XBOX || WP7 || ZUNE | |
static class Program | |
{ | |
/// <summary> | |
/// The main entry point for the application. | |
/// </summary> |