Batch file to print a batch of.plt files in reverse

Discussion in 'AutoCAD' started by Magoo_120, Oct 25, 2006.

  1. Magoo_120

    Magoo_120 Guest

    I have been using this batch file that I created for about a year. It
    is basically a one line command to print all files located in a certain
    folder. All a user needs to do is to copy their plt files to this
    folder and double click the batch file and they print (pretty
    seemless). However, I got a request to modify it so that if users want
    to - based on the names of the files they can reverse sort them so that
    the bottom plt prints first. Below is a sample of my current setup. Any
    suggestions would be greatly appreciated.

    copy "M:\Plot file execution\Actual Plot files\*.PLT" /B
    "\\Servername\Printer"
    exit

    It prints every plt located in the Actual Plot files Directory.
     
    Magoo_120, Oct 25, 2006
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.