Posts

Showing posts from May, 2011

Xcode/ios 4 shortcut on Windows Keyboard

As I use Synergy to control my Mac, here are the shortcut I have on XCode General Ctrl (win) = Ctrl (mac) Win = Alt Alt = Cmd/Apple Editor Switch .h/.mm Ctrl+Alt+Up Running/debugging Run Alt+R Continue Ctrl+Alt+Y

Run batch files from cygwin

I could not find a simple way to call a .bat file from cygwin and passing argument. One solution I found is to cmd /c. But in cygwin the must be spelled "cmd //c". Example: cmd //c "dir"