z390development / z390

z390 Portable Mainframe Assembler and Emulator Project
GNU General Public License v2.0
39 stars 15 forks source link

bat files go into a loop when input file does not exist #582

Open abekornelis opened 1 month ago

abekornelis commented 1 month ago

The bat files in the \bat directory go into a loop when the input file does not exist. That is, when the file is not found it asks for the correct file designation. By design it should do so only once. The loop should also be terminated when no input is given at all. Unfortunately neither stop criterion for the loop works as designed. Please fix the flaw in all bat files that have this loop.