Posts: 504
Threads: 82
Joined: Dec 2003
Dean, I am sure this error is user caused!
I will have another go later tonight.
Is there a way to edit a driver? At the moment I am deleting them and adding them again.
Posts: 40,483
Threads: 491
Joined: Aug 2002
Currently you cannot edit the settings. That's something that's now high on the list of usability improvements. So you do have to remove and re-add.
Dean Roddey
Explorans limites defectum
Posts: 40,483
Threads: 491
Joined: Aug 2002
Also see if any error message shows up in the app control server's window when you try to run Notepad.
Dean Roddey
Explorans limites defectum
Posts: 504
Threads: 82
Joined: Dec 2003
Okay, I have notepad working.
Still not the other programme.
If I go to the command line I can enter x10comm, hit return and all is fine.
Might it be that CQC is calling the prgramme in a way it doesnt like?
Not that I know how of if thats possible!
Posts: 504
Threads: 82
Joined: Dec 2003
Rock and Roll, it is working!!!
Inside the folder there is another programme called x10com32.exe
I used that rather than x10comm.exe and now its works!!
I am off to add my lights to my templates; I knew it had to be my fault somewhere along the line
Posts: 3,473
Threads: 156
Joined: Jun 2005
Dean and others,
I am experiencing this exact same problem. I have a 1 line cmd program that I am trying to call via the App Control program. I get the error "%1 is not a valid win32 application"
If I double click on the actual file, it gets run without a problem.
I assume it has something to do with the fact it is a .CMD program instead of a .exe program.
Any suggestions on how to start a .cmd script with the App Control Program?
Thanks,
Brian - a long time user that rarely messes with the system now
Other systems used:
SageTV w/ cablecard tuner & multiple extenders for viewing
BlueIris and IP cameras for CCTV
Incredible PBX for home phone
Posts: 3,473
Threads: 156
Joined: Jun 2005
Nevermind...
After a little more seraching I found this post from you.
Dean Roddey Wrote:Only executables are ummm... executable :-) When you run a command file, you are really running the system command processor and the command file is just a parameter to it. So you would want to do something like:
cmd.exe /k somecmdfile.bat
I changed my logic to run the cmd.exe program with the /k KillAGServer.bat parameter and it works.
Sometimes it really sucks when you don't know "programming speak" :-)
Brian - a long time user that rarely messes with the system now
Other systems used:
SageTV w/ cablecard tuner & multiple extenders for viewing
BlueIris and IP cameras for CCTV
Incredible PBX for home phone