Please download PowerPoint Converter from following URL,
http://www.verydoc.com/verydoc_pptconverter.exe
after you installed PowerPoint Converter product, please run following command lines to batch convert all of your PPT files to PDF or SWF files at one time,
FOR /D %F IN (C:\TestFiles\*.ppt) DO "C:\Program Files\VeryDOC PowerPoint Converter v3.0\pptconv.exe" "%F" "%~nF.pdf"
FOR /D %F IN (C:\TestFiles\*.ppt) DO "C:\Program Files\VeryDOC PowerPoint Converter v3.0\pptconv.exe" "%F" "%~nF.swf"
If you wish include above command lines into a .bat file, you need use "%%" to replace "%" character, because "%" is a reserved keyword in .bat file, for example,
FOR /D %%F IN (C:\TestFiles\*.ppt) DO "C:\Program Files\VeryDOC PowerPoint Converter v3.0\pptconv.exe" "%%F" "%%~nF.pdf"
FOR /D %%F IN (C:\TestFiles\*.ppt) DO "C:\Program Files\VeryDOC PowerPoint Converter v3.0\pptconv.exe" "%%F" "%%~nF.swf"
Above command lines can batch convert all of your PPT files to PDF or SWF files quickly.
Related Posts
Related posts:
Convert PowerPoint files to AS2 or AS3 Flash SWF files
PowerPoint Converter pptconv.exe return error value -3
Convert PowerPoint PPT file to Flash file via CmdAsUser.exe
powerpoint to flash convertor 3.0 help
PowerPoint Converter Rater Image File Resize Feature
How to register VeryPDF command line software?
What are the differences between PowerPoint to Flash Converter and PowerPoint Converter products?
How to retain animation effect when converting PPT to SWF