#4590
TheXman
Participant

Yutaka wrote:
In Command Prompt, you can use FOR statement. For example:


for \%f in (*.ini) do emeditor.exe \%f

With all due respect, I’m aware of several workarounds. My question was whether you can will alleviate these workarounds by implementing a widely accepted syntax into the editor to open files using wildcards from the command line without workarounds.

Xavier