1080iAddict
09-27-2006, 04:47 AM
Guys,
I need some help. I am trying to configure my touchcomputers to automatically start from a power loss to fully operational, i.e., with the CQC IV in fullscreen and kiosk mode, without user intervention.
So far, the touchcomputers will boot up, bypass the user log on, and launch the CQC IV in fullscreen and kiosk mode. However, I am running the VLC Media Player as a critical app that must always be started and running for a streaming audio application. I need that application to start and be minimized on the task bar BEFORE the CQC IV starts.
The problem is that, by placing the command lines for the CQC IV and VLC in the start-up folder, both will start but the CQC IV will not start in fullscreen and kiosk mode. This is because VLC is still opening and starting and, as a result, the CQC IV starts with the windows task bar showing. I need VLC to start, and then the computer to "wait" for about 20 seconds, and then start the CQC IV in fullscreen and kiosk mode. This assures the CQC IV is really fullscreen and kiosk.
So I am trying to create a batch file and place the batch file in the start-up folder. This is what I have so far:
----
START /MIN C:\Program Files\VideoLAN\VLC\vlc.exe udp
//239.255.1.1
PING -n 20 127.0.0.1
START [insert CQC IV command line from shortcut on desktop]
----
note 1: the ping command is used for the delay. I read that on the net and it works - for the delay part. The number 20 means it will ping 20 times, i.e., a 20 second delay.
note 2: I am not at home, so I forget the command line for the CQC IV. But what I did was to copy the desktop shortcut command line with the parameters that follow on that line, and also add the /fullscreen and/kiosk parameters at the end.
I save that as a batch file. When I run this, it does not work. I think it has to do with the subsequent parameters not being passed to the programs, and/or using improper quote marks, and/or not using quote marks, etc.
Can anyone help or suggest another method to start up my touchcomputers unattended?
Adam
I need some help. I am trying to configure my touchcomputers to automatically start from a power loss to fully operational, i.e., with the CQC IV in fullscreen and kiosk mode, without user intervention.
So far, the touchcomputers will boot up, bypass the user log on, and launch the CQC IV in fullscreen and kiosk mode. However, I am running the VLC Media Player as a critical app that must always be started and running for a streaming audio application. I need that application to start and be minimized on the task bar BEFORE the CQC IV starts.
The problem is that, by placing the command lines for the CQC IV and VLC in the start-up folder, both will start but the CQC IV will not start in fullscreen and kiosk mode. This is because VLC is still opening and starting and, as a result, the CQC IV starts with the windows task bar showing. I need VLC to start, and then the computer to "wait" for about 20 seconds, and then start the CQC IV in fullscreen and kiosk mode. This assures the CQC IV is really fullscreen and kiosk.
So I am trying to create a batch file and place the batch file in the start-up folder. This is what I have so far:
----
START /MIN C:\Program Files\VideoLAN\VLC\vlc.exe udp

PING -n 20 127.0.0.1
START [insert CQC IV command line from shortcut on desktop]
----
note 1: the ping command is used for the delay. I read that on the net and it works - for the delay part. The number 20 means it will ping 20 times, i.e., a 20 second delay.
note 2: I am not at home, so I forget the command line for the CQC IV. But what I did was to copy the desktop shortcut command line with the parameters that follow on that line, and also add the /fullscreen and/kiosk parameters at the end.
I save that as a batch file. When I run this, it does not work. I think it has to do with the subsequent parameters not being passed to the programs, and/or using improper quote marks, and/or not using quote marks, etc.
Can anyone help or suggest another method to start up my touchcomputers unattended?
Adam