Skip to content

Instantly share code, notes, and snippets.

@christianp
Created July 17, 2012 21:55
@echo off
IF %1==north cd ..
IF not %1==north cd %*
@echo off
IF %1==around dir
IF NOT %1==around look %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment