I\'m trying to print all pdfs in current dir.
When I call this bash script in cmd (singlepdf.sh
):
\'\"C:\\Program Files (x86)\\Adobe\\Reader 10.0\\Reader
@ECHO off set "dir1=C:\TicketDownload"
FOR %%X in ("%dir1%*.pdf") DO ( "C:\Program Files (x86)\Adobe\Reader 9.0\Reader\AcroRd32.exe" /t "%%~dpnX.pdf" "Microsoft XPS Document Writer" )
FOR %%X in ("%dir1%*.pdf") DO (move "%%~dpnX.pdf" p/)
Try this..May be u have some other version of Reader so that is the problem..