Fix: Allow spaces in file paths and name. Per @Noble Robot, please change lines 153 and 157 from: os.execute('start "" ' .. TEXTFILE) to: os.execute('start "" ' .. '"' .. TEXTFILE .. '"')
os.execute('start "" ' .. TEXTFILE)
os.execute('start "" ' .. '"' .. TEXTFILE .. '"')
Bug fixes and cosmetic changes.