#4587
Yang Yang
Participant

I do most command-line work on Windows in a Cygwin Bash shell. For EmEditor I wrote a one-line script named “ee” in the path:
“/cygdrive/d/Tools/EmEditor/emeditor.exe” “$@” &
When I enter:
$ ee *.tex
, all the .tex files in the current folder are opened. I’m happy with this behavior and won’t bother to try cmd.exe.