Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Creating a Simple Scripting Language.
I can do all the parsing and other related crap, but I was wondering how I would I make it interpret a file(like how a .bat is processed without having to be typed every time). I guess my real question is what does Windows send to a program when a file set to be opened by that program is double clicked. Would the path to the file that was double clicked be in argv?