Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Multiple print at once  (Read 2400 times)

0 Members and 1 Guest are viewing this topic.

seeneedee

    Topic Starter


    Rookie

    Multiple print at once
    « on: December 22, 2010, 08:03:00 PM »
    hi friend,

    How to print multiple files at a once from particular folder.

    AS of now i am getting the printout through batch file with the command

    c:/copy 000.spl lpt1 this is for taking printout of single file.

     I want to take several files which is available in particular folder with any special command because it is very difficult to take each file .Is it possible?

    Geek-9pm


      Mastermind
    • Geek After Dark
    • Thanked: 1026
      • Gekk9pm bnlog
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: Multiple print at once
    « Reply #1 on: December 22, 2010, 09:22:11 PM »
    Code: [Select]
    D:\bat>dir /b
    beep.b
    demo.bat
    HI
    job.bat
    sleep.bat
    test.bat
    vbsleep.bat

    D:\bat>copy *.* prn

    But that only works in some cases. I don't have prn defined on my system.