Hello again
I'm having a problem with a code and I don't know what's wrong with it
If someone can fix it I will appriciateCode:run = Input.GetText("Input1"); if run == ""; then Dialog.Message("Error", "Please enter a IP or a website address", MB_OK, MB_ICONSTOP, MB_DEFBUTTON1); else File.Run("ping "..run.." -t", "", "", SW_SHOWNORMAL, true); end
Thank you in advance


Reply With Quote

