Skip to content

Instantly share code, notes, and snippets.

@ozh
Created February 8, 2013 21:02
Show Gist options
  • Save ozh/4741894 to your computer and use it in GitHub Desktop.
Save ozh/4741894 to your computer and use it in GitHub Desktop.
Switch config files for phpxref
@echo off
@copy /Y wpxref.cfg phpxref.cfg
@phpxref.exe
@echo off
@copy /Y yourlsxref.cfg phpxref.cfg
@phpxref.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment