Print Files from Batch Files - Rob van der Woude's Scripting Pages

Print Files from Batch Files - Rob van der Woude's Scripting Pages

瀏覽:803
日期:2024-05-30
By using ASSOC, FTYPE and REGEDIT to read the PDF print command from the registry we can print PDF files from within batch files: @ECHO OFF :: Check Windows version, abort if not NT 4 or later IF NOT "%OS%"=="Windows_NT" GOTO Syntax SETLOCAL ......看更多