Ats wrote: ↑Tue Jul 08, 2025 1:29 pm
And while I'm at it, is there a reason to use "/" instead of "-" for the command line parameters? Is that a Pascal thing? I can't think of another program using "/" for command line parameters.
The "/" format is from the DOS days. Nowadays the Linux way of using "-" is dominant.