Skip to content

Instantly share code, notes, and snippets.

View gbrayut's full-sized avatar
👨‍💻
Living life one byte at a time

Greg Bray gbrayut

👨‍💻
Living life one byte at a time
View GitHub Profile
using System;
namespace WindowsGame1
{
#if WINDOWS || XBOX || WP7 || ZUNE
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
@gbrayut
gbrayut / batch.cmd
Created October 29, 2013 01:26 — forked from anonymous/batch.cmd
powershell -file c:\temp\script.ps1 -test:%1
echo %ERRORLEVEL%