Author Topic: Batch File->User defined files to run  (Read 3161 times)

0 Members and 1 Guest are viewing this topic.

Dommy2Hotty

  • Swamp Rat
  • Posts: 1127
Batch File->User defined files to run
« on: November 22, 2004, 03:24:12 PM »
I just learned the basics on what batch and script files can do and started making some.  My question is about the batch file using the "for/in/do" loop.  This particular batch is for priniting.  Here is what a typical job folder of ours looks like:
    A-1.dwg
    A-2.dwg
    D-1.dwg
    X-ALL.dwg
    X-DTL-SECT.dwg
    X-TBLK.dwg[/list:u]
    Is there a way to have the user select the drawings to print?  If not, what other way could I go about having the batch print just the A-1,A-2,D-1.dwg's?  The sheets that might be included in the printing won't always have a conistent naming scheme, say if we get a drawing from another office, so predefining the .dwg's to print won't work.  Thanks :twisted: