Made a quick and small needed update to the XE program. Mostly to add "ChDir _StartDir$" to the beginning to fix file open errors.
After putting XE in my system path so I could call it from any directory when at a command prompt or terminal, I noticed XE couldn't find a passed filename in the directory unless I also provide a complete path (it would only look for a filename in the system path where XE was located). By Adding ChDir _StartDir$, the program will look for the filename in the directory I called XE from instead. I can still provide a complete path for loading a file elsewhere.
Added a few other things, like Loading a new file, some dialog messages.
- Dav
After putting XE in my system path so I could call it from any directory when at a command prompt or terminal, I noticed XE couldn't find a passed filename in the directory unless I also provide a complete path (it would only look for a filename in the system path where XE was located). By Adding ChDir _StartDir$, the program will look for the filename in the directory I called XE from instead. I can still provide a complete path for loading a file elsewhere.
Added a few other things, like Loading a new file, some dialog messages.
- Dav

