To be honest I don't remember if it has been acceptable in DOS , but I think it could be a good idea to let the user call a program by its' complete name?
Hi Ivan. MSDOS does indeed allow you to use the full prog.exe to execute prog.exe, and I tested that if you type in prog.com when only prog.exe exists, it doesn't find it. So we probably need to support that same behavior.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Ivan. MSDOS does indeed allow you to use the full prog.exe to execute prog.exe, and I tested that if you type in prog.com when only prog.exe exists, it doesn't find it. So we probably need to support that same behavior.