[LOGic] MixWstartup

Xavier & familia xavier_bhk at telefonica.net
Wed Mar 29 14:13:03 EST 2006


 The program must be named  "start_mixw.prg" and be placed in the UPDATES
folder, no need any compilation at all, it works as it is, please, copy and
paste it:
 
 
* This starts MIXW.  Put this file in the UPDATES folder the LOGIC6 
* Folder.  Adjust the filename and working directory parameters if necessary
 
Declare integer ShellExecute in shell32 ;
 integer whnd, string operation, string  filename, string parameters, string
workingdirectory, integer showcmd
 

Shellexecute(0, "OPEN", "C:\program files\mixw\mixw2.exe", "", "C:\program
files\mixw", 1)
 
 
 
Very important:
After "Declare.... shell32;" there is a carriage return {cr}
and the line above is a only one line,
you have a {cr} after the fourth "string" word.
>> Adjust the filename and working directory parameters if necessary, may be
your Mixw exe file is named mixw.exe, or the mixw working folder name no
match with yours.
 
It is no my invention,  it is (c) from PDA ;)
You can download the original one from pda ftp site, Logic7 folder
 
I've got ARS rotor control software that must be running for Logic, using
the sample above, I 'trigged' the ARS software at the same time than Logic,
and works fine!:
 
"start_ars.prg"
 
* This starts ARSWIN.  Put this file in the UPDATES folder the LOGIC7
* Folder.  Adjust the filename and working directory parameters if necessary
 
Declare integer ShellExecute in shell32 ;
 integer whnd, string operation, string  filename, string parameters, string
workingdirectory, integer showcmd
 

Shellexecute(0, "OPEN", "C:\Archivos de programa\EA4TX Software\ARS\ARSWIN
EXE", "", "C:\Archivos de programa\EA4TX Software\ARS", 1)
 
 
 
 
 
73 de Xavier, EA3BHK
 
-------Mensaje original------- 
 
De: jerry 
Fecha: 03/29/06 07:42:26 
Para: LOGic at mailman.qth.net 
Asunto: [LOGic] MixWstartup 
 
I tried this program that another ham posted but i just get a bunch of 
errors for the different lines. Can anyone see what is wrong here? 
 
start_mixw.prg 
* This starts MIXW. Put this file in the UPDATES folder the LOGIC# 
* Folder. Adjust the filename and working directory parameters if necessary 
 
Declare integer ShellExecute in shell32 ; 
integer whnd, string operation, string filename, string parameters, string 
workingdirectory, integer showcmd 
 
Shellexecute(0, "OPEN", "C:\ProgramFiles\MixW\mixw2.exe", "", 
C:\ProgramFiles\MixW", 1) 
 
Tnx, Jerry K9PY 
_______________________________________________ 
LOGic mailing list 
LOGic at mailman.qth.net 
http://mailman.qth.net/mailman/listinfo/logic


More information about the LOGic mailing list