From e3f2974b37f75aab6c0aea6aef858970fd98a85b Mon Sep 17 00:00:00 2001 From: Chris Travers Date: Tue, 19 Sep 2006 20:13:58 +0000 Subject: [PATCH] Added @echo off in order to silence the script itself. git-svn-id: svn://svn.code.sf.net/p/ledger-smb/code/trunk@120 4979c152-3d1c-0410-bac9-87ea11338e46 --- winprint.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/winprint.bat b/winprint.bat index b6f68f7e0e..a5a691bd19 100644 --- a/winprint.bat +++ b/winprint.bat @@ -1,3 +1,4 @@ +@echo off IF X%1==X GOTO printdefault GOTO printname :printname