QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: Aurel on January 21, 2020, 08:13:15 am

Title: SWITCH -o file_exe not work
Post by: Aurel on January 21, 2020, 08:13:15 am
Just to let you know
command line switch  "-o" or  "-o " not work from ShellExecute

this is part of souce code of my editor, but option without  -o work

o2 code:
MsgBox exepath,"EXE PATH (-o)"  '( switch to open exe is -o )
ShellExecute(0,"open",chr(34) + exepath + chr(34), "","" , 5)
Title: Re: SWITCH -o file_exe not work
Post by: FellippeHeitor on January 21, 2020, 09:32:48 am
I think more context is needed. What version of QB64 you are running and what are you trying to accomplish.
Title: Re: SWITCH -o file_exe not work
Post by: Aurel on January 22, 2020, 02:18:46 am
Sorry if i made confusion
I am trying to configure/modify my own editor to work with qb64.
I use both SDL, and 1.3 version 32bit on win7.
When i do that i will try to make 64bit version too.