Hello,
I refer to a earlier Topic: http://www.mobjects.com/forum/viewtopic.php?t=933
The batch file to start automatically one show after the other still gives a quick view of the DOS window in between ...
Is there a way to eliminate this and having a FULL BLACK SCREEN instead ?
Friendly Regards,
Patrick De Bruyne
www.scaldisschellebelle.be
batch file ...
-
- Beiträge: 5
- Registriert: 22.02.05, 14:06
- Wohnort: Wanzele - Belgien
- Kontaktdaten:
batch file ...
http://home.versateladsl.be/vt656225/
-
- Site Admin
- Beiträge: 1284
- Registriert: 20.06.02, 15:27
- Wohnort: Münster (Westf.)
- Kontaktdaten:
Dear Mr. De Bruyne,
in order to avoid the command prompt become visible between playback of the EXE files, you can create a shortcut for your batch file and set the start window mode to "minimized" in the properties of that shortcut.
If you use the clone mode for your graphic outputs for specific reasons, you should also minimize the taskbar and deactivate its "Always on top" property. In this case, you should further define the output where the projector is attached as primary screen.
Best regards
Steffen Richter
in order to avoid the command prompt become visible between playback of the EXE files, you can create a shortcut for your batch file and set the start window mode to "minimized" in the properties of that shortcut.
If you use the clone mode for your graphic outputs for specific reasons, you should also minimize the taskbar and deactivate its "Always on top" property. In this case, you should further define the output where the projector is attached as primary screen.
Best regards
Steffen Richter
-
- Beiträge: 76
- Registriert: 25.06.02, 0:44
- Wohnort: Hannover
Hi Patrick,
after checking old magazines I found this link: http://www.visionsofart.de/ The application "AV-Event" might touch your needs better. Unfortunately the website is in German.
Cheers, HANS
after checking old magazines I found this link: http://www.visionsofart.de/ The application "AV-Event" might touch your needs better. Unfortunately the website is in German.
Cheers, HANS
-
- Beiträge: 5
- Registriert: 22.02.05, 14:06
- Wohnort: Wanzele - Belgien
- Kontaktdaten:
Hello,
Thank you for your quick reply, but even making a shortcut (minimized or maximed), I still get the MSDOS window appearing shortly in between (about 1/2 a screen) ...
Friendly Regards,
Patrick De Bruyne
The batch file I use is fe :
@echo off
cls
"f:\shows\necropool.exe"
"f:\shows\cuevas.exe"
exit
Thank you for your quick reply, but even making a shortcut (minimized or maximed), I still get the MSDOS window appearing shortly in between (about 1/2 a screen) ...
Friendly Regards,
Patrick De Bruyne
The batch file I use is fe :
@echo off
cls
"f:\shows\necropool.exe"
"f:\shows\cuevas.exe"
exit
http://home.versateladsl.be/vt656225/