HaHaBurGeR Posted July 4, 2010 Posted July 4, 2010 Hi.I have written a program.It works perfpectly when i open it by its source .au3. But when i convert the program to exe.It doesnt work. __FFSend ==> Socket Error This is error. Sorry for my bad english
somdcomputerguy Posted July 4, 2010 Posted July 4, 2010 Hmm. Maybe the .exe created is being run in a different directory than the .au3? Maybe if you posted some code, it would help others help you. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
HaHaBurGeR Posted July 4, 2010 Author Posted July 4, 2010 Hmm. Maybe the .exe created is being run in a different directory than the .au3? Maybe if you posted some code, it would help others help you. #include <FF.au3> ShellExecute("alarm.mp3") WinSetState("Windows Media Player","",@SW_HIDE) ShellExecute("myurl") _FFLoadWait(500);this code wont work when the program is exe
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now