Author Topic: SWITCH -o file_exe not work  (Read 1381 times)

0 Members and 1 Guest are viewing this topic.

Offline Aurel

  • Forum Regular
  • Posts: 167
SWITCH -o file_exe not work
« 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)
//////////////////////////////////////////////////////////////////
https://aurelsoft.ucoz.com
https://www.facebook.com/groups/470369984111370
//////////////////////////////////////////////////////////////////

FellippeHeitor

  • Guest
Re: SWITCH -o file_exe not work
« Reply #1 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.

Offline Aurel

  • Forum Regular
  • Posts: 167
Re: SWITCH -o file_exe not work
« Reply #2 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.
//////////////////////////////////////////////////////////////////
https://aurelsoft.ucoz.com
https://www.facebook.com/groups/470369984111370
//////////////////////////////////////////////////////////////////