<div dir="ltr"><div><div><div>Thanks Scott. <br><br></div>This does the trick for me. <br><br></div>Regards,<br></div>Gyanesh<br><div dir="ltr"><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jan 2, 2013 at 10:30 AM, Scott Prentice <span dir="ltr"><<a href="mailto:sp10@leximation.com" target="_blank">sp10@leximation.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#336666">
    <div><font face="Verdana">Here's one option
        for a temporary solution to this problem until Adobe provides a
        real fix. Just create the following batch file and put it in the
        FM folder and set up a shortcut to this batch file. It grabs the
        current date, changes the date to 2012, runs FM, then resets the
        date. You do have to "Press any key" at the PAUSE prompt so that
        FM has a chance to start up. There are ways to make this more
        elegant, but this seems to provide a reasonable workaround. If
        you're on Win7 or Vista, you'll likely need to run this "As
        Administrator".<br>
        <br>
        IMPORTANT: Use this "fix" at your own risk. I offer no warranty
        of fitness whatsoever!  <br>
        <br>
        -----------------<br>
        @echo off<br>
        rem ** get current date **<br>
        for /f "tokens=2-4 delims=/ " %%a in ('date /T') do set year=%%c<br>
        for /f "tokens=2-4 delims=/ " %%a in ('date /T') do set
        month=%%a<br>
        for /f "tokens=2-4 delims=/ " %%a in ('date /T') do set day=%%b<br>
        rem ** set bogus date **<br>
        date 01-12-2012<br>
        rem ** run framemaker **<br>
        start framemaker.exe<br>
        rem ** wait till FM starts **<br>
        pause<br>
        rem ** reset current date **<br>
        date %day%-%month%-%year%<br>
        ------------------<br>
        <br>
        Cheers,<br>
        <br>
        ...scott<br>
        <br>
        <br>
        <br>
        <br>
      </font>
      <pre cols="72"></pre>
      <br>
    </div>
    <blockquote type="cite">
    </blockquote>
    <br>
  </div>

<br>_______________________________________________<br>
<br>
<br>
You are currently subscribed to framers as <a href="mailto:gyanesh.talwar@gmail.com">gyanesh.talwar@gmail.com</a>.<br>
<br>
Send list messages to <a href="mailto:framers@lists.frameusers.com">framers@lists.frameusers.com</a>.<br>
<br>
To unsubscribe send a blank email to<br>
<a href="mailto:framers-unsubscribe@lists.frameusers.com">framers-unsubscribe@lists.frameusers.com</a><br>
or visit <a href="http://lists.frameusers.com/mailman/options/framers/gyanesh.talwar%40gmail.com" target="_blank">http://lists.frameusers.com/mailman/options/framers/gyanesh.talwar%40gmail.com</a><br>
<br>
Send administrative questions to <a href="mailto:listadmin@frameusers.com">listadmin@frameusers.com</a>. Visit<br>
<a href="http://www.frameusers.com/" target="_blank">http://www.frameusers.com/</a> for more resources and info.<br>
<br></blockquote></div><br><div><div><br></div></div>
</div></div></div>