Assuming Windows, is there a way I can detect from within a batch file if it was launched from an open command prompt or by double-clicking? I\'d like to add a pause to the
Don't overlook the solution of having two batch files: abatfile.bat and abatfile-with-pause.bat The second simply calling the first and adding a pause