The extra files in my folder is because I was running from my debug folder, you don't need those files.
It's looks like you're running the wrong function, you need to use dofile(filename), not loadscript or executefile.
If your filename is sCript70 and it is in the same folder as the exe, then you need to use dofile('sCript70'). If your filename is script70.lua and is in the same folder as the executable, you need to use dofile('script70.lua'). If your script file name is bigbu.tts and is in your pictures folder, you need to use dofile('c:\users\<yourusername>\pictures\bigbu.tts')