<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="gmail_quote">On Fri, Apr 10, 2009 at 9:44 AM,  <span dir="ltr">&lt;<a href="mailto:admin@stipe.com.au" target="_blank">admin@stipe.com.au</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">This is in regards to Windows version of COD.<br>
<br>
Sometimes when my cod 4 or cod 5 windows server crashes the next time it is started it asks if it wants to go into Safe mode<br>
<br>
You are given 3 options, [Yes] [No] [Cancel]<br>
<br>
I created a script that would close the dialog box but in doing so makes it select cancel by default and the server goes in an infinite loop asking to go in safe mode.<br>
<br>
Is there a way to Stop this message from popping up? (And always select No by default)<br>
<br>
Or anyone know a workaround for this?<br>
<br>
<br>
Mike - Aka [-STIPE-]CRaZY</blockquote></div></blockquote><div><br>You can create a bat file something like...<br><br>c:<br>cd \Path\to\cod4-server<br>attrib -r -h __iw3mp<br>del __iw3mp<br>iw3mp.exe rest of command line<br>
<br><br><br> <br></div></div><br>