Hello,
Is there a simple way to "loop" the same Mobjects exe show on a PC during a few hours ...
Not by copy and paste the show a few times and making one big exe.
Friendly Regards,
Patrick De Bruyne
Belgium
loop ?
-
- Beiträge: 5
- Registriert: 22.02.05, 14:06
- Wohnort: Wanzele - Belgien
- Kontaktdaten:
loop ?
http://home.versateladsl.be/vt656225/
-
- Beiträge: 5
- Registriert: 22.02.05, 14:06
- Wohnort: Wanzele - Belgien
- Kontaktdaten:
loop
Thanks a lot ! Easy !
I presume there exists also a way to connect several individual exe shows by this way ?
Friendly Regards,
Patrick De Bruyne
I presume there exists also a way to connect several individual exe shows by this way ?
Friendly Regards,
Patrick De Bruyne
http://home.versateladsl.be/vt656225/
-
- Site Admin
- Beiträge: 1284
- Registriert: 20.06.02, 15:27
- Wohnort: Münster (Westf.)
- Kontaktdaten:
No, there is no command line option to do this, though it might be a good idea for a future release.
To run several EXE files one after another automated, you can simply use a batch file.
Example
Filename:
"runall.bat"
Content:
test1.exe
test2.exe
test3.exe
To run all EXE files as an endless loop, the content of the batch file could be something like:
:loop
test1.exe
test2.exe
test3.exe
goto :loop
I hope this is helpful.
Best regards
Steffen Richter
To run several EXE files one after another automated, you can simply use a batch file.
Example
Filename:
"runall.bat"
Content:
test1.exe
test2.exe
test3.exe
To run all EXE files as an endless loop, the content of the batch file could be something like:
:loop
test1.exe
test2.exe
test3.exe
goto :loop
I hope this is helpful.
Best regards
Steffen Richter