Results 1 to 2 of 2
Hi,
I would like to know how to use cnee replay loop (infinite replay).
I tried this option but it doesn't loop at all, it just replay 1 time:
Code:
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-25-2012 #1
How to (xnee) cnee replay loop?
Hi,
I would like to know how to use cnee replay loop (infinite replay).
I tried this option but it doesn't loop at all, it just replay 1 time:
Any suggestion or help would be great full.Code:cnee --replay -f /home/charles/test.xns -v -e /tmp/xnee.log --synchronised-replay --force-replay
Kind Regards,
CharlesLast edited by Charles1718; 06-25-2012 at 06:04 PM. Reason: additional detail + specific detail
- 06-25-2012 #2Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 2,514
If you are going to use a terminal or bash script, there are some examples of using infinite loops below with "while" or "for" loops:
Bash Infinite Loop Examples


Reply With Quote
