Mail Archives: djgpp/1999/01/22/10:56:37
Thanks for your response and helpful suggestions. While it may end up
being the only practical approach, the problem with it is that I am
constantly switching between applications in the same DOS window: e.g.
I do ls or mv (from bash), a quick compile (djgpp), run, maybe a wc
(bash) on the output; I have some programs that put out LaTeX, so I want
to to latex (tex) then yap (yap) to view it, all in quick succession.
If I have to keep switching environments every command - or keep
clicking between windows open for each - this would halve my
productivity, not to mention be error-prone because I'll forget. I
know, I can redo all the commands with batch files to context-switch
invisibly, but... I'm trying to use the computer as a tool for my
research work not an end in itself and have limited time. But I'll
manage somehow.
It does seem to me a short-sightedness on the part of a programmer who
creates a random short name for a .exe that only the application uses,
rather than tie the name to the principal application. In large
projects with thousands of programs I've worked on before all
subprograms were always named with common first few characters, and it
was much easier to identify what program belonged to what, as well as
avoid naming conflicts.
Regards,
Norm
- Raw text -