<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body alink="#EE0000" bgcolor="#ffffff" link="#0B6CDA" text="#000000"
    vlink="#551A8B">
    Using FIlepro 5.0.09<br>
    <br>
    Somehow from within Filepro I need to change to a specified
    directory on my hard drive and create a folder for the individual
    customer's invoice being printed. I thought I could do it using the
    system command but it doesn't seem to work?<br>
    <br>
    <br>
    There's only a couple lines of code here so I'll just post what I am
    trying.<br>
    <br>
    <font color="#000066"><br>
      <font color="#000099">system "cd
        c:\!output\invoice\Invoice_to_PDF"<br>
        <br>
        system "md"<arag(10)    'arag(10) being the customer number</font></font><br>
    <br>
    The directory is not being created. I could swear I've made
    directories before but I cant remember when, where or how...<br>
    <br>
    <br>
    I'm someone will show me the error of my ways, Lol<br>
    <br>
    Thank You in advance, I always appreciate the help I get from the
    site.<br>
    <br>
    Mike<br>
    <br>
    <br>
  </body>
</html>