Tyring to make a little run box but I can't seem to get the enter key to work.
Could you look at this and tell me what I might have wrong.
Code:if e_Key == 13 then get = Input.GetText("Input1"); result = File.Run(get, "", "", SW_SHOWNORMAL, false); end

