diff options
-rw-r--r-- | winprint.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winprint.bat b/winprint.bat index 05c23fca..b6f68f7e 100644 --- a/winprint.bat +++ b/winprint.bat @@ -4,5 +4,5 @@ GOTO printname gsprint -name %1 - > NUL
GOTO end
:printdefault
-gspring -noprinter - > NUL
+gsprint -noprinter - > NUL
:end
|