Current Code is
What i'm trying to do; is check if file exist or directory exist then if so display a message... and if it doesn't exist then download/install a program the thing is I have more then one button named different things. and i got this almsot down.. I do.. I just can't figure it out
I had this originaly (without checking the file/folder)
Code:bRadioValue = RadioButton.GetChecked("fddy"); if bRadioValue then -- C File.OpenURL("http:// blah balh.com", SW_SHOWNORMAL); end
and I try to add this (I searched the forum and got something like this
I'm learning.. Quickly I should say;Code:bRadioValue = RadioButton.GetChecked("Firewall32"); if bRadioValue then Folder.DoesExist (_ProgramFilesFolder .. "\\Java"); Dialog.Message("Formating Has Been Scheduled for Next Restart..", "Yep; You got that right we are formatting your data oh shoot, Say good bye to your data.. Yes Yours..... Just Kidding, Another Installation is detected.. I got ya.. ", MB_OK, MB_ICONEXCLAMATION, MB_DEFBUTTON1); else File.OpenURL("http://download.jacobkilgore.com/86.exe", SW_SHOWNORMAL); end
Could anyone shine some light on this?
MrCoolGuy isn't so cool without learning and help !![]()


