<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Dear all,<br>
    <br>
    Within a loop for i in range(1, 5), I would like to save the Reply
    Log in text file in a specific location.<br>
    <br>
    My script fails when I use such syntax, saying Unrecognized command:<br>
    <br>
    <b>from chimera.tkgui import saveReplyLog<br>
      rc("saveReplyLog('C:\Program Files (x86)\Hex
      6.3\examples\replyLog%d.txt')" % i)</b><br>
    <br>
    I looked at old posts saying the syntax to be saveReplyLog('path')
    but it does not work.<br>
    <br>
    May you tell me what is wrong with it? I can post the whole script
    if necessary.<br>
    <br>
    Many thanks for your help<br>
    <br>
    Damien<br>
  </body>
</html>