update batch files
This commit is contained in:
@ -39,6 +39,22 @@ if "%check_computername%" EQU "SURGERY4" (
|
||||
set PRINTER=3
|
||||
)
|
||||
|
||||
if "%check_computername%" EQU "SURGERY5" (
|
||||
set PRINTER=3
|
||||
)
|
||||
|
||||
if "%check_computername%" EQU "SURGERY6" (
|
||||
set PRINTER=3
|
||||
)
|
||||
|
||||
if "%check_computername%" EQU "SURGERY7" (
|
||||
set PRINTER=3
|
||||
)
|
||||
|
||||
if "%check_computername%" EQU "SURGERY8" (
|
||||
set PRINTER=3
|
||||
)
|
||||
|
||||
if "%check_computername%" EQU "RECEPTION1" (
|
||||
set PRINTER=1
|
||||
)
|
||||
@ -55,6 +71,14 @@ if "%check_computername%" EQU "RECEPTION4" (
|
||||
set PRINTER=1
|
||||
)
|
||||
|
||||
if "%check_computername%" EQU "RECEPTION5" (
|
||||
set PRINTER=1
|
||||
)
|
||||
|
||||
if "%check_computername%" EQU "RECEPTION6" (
|
||||
set PRINTER=1
|
||||
)
|
||||
|
||||
@REM if [%ZUPER%] == [1] (
|
||||
@REM echo "Not installing printers"
|
||||
@REM ) else (
|
||||
|
||||
@ -39,6 +39,22 @@ if "%check_computername%" EQU "SURGERY4" (
|
||||
set PRINTER=3
|
||||
)
|
||||
|
||||
if "%check_computername%" EQU "SURGERY5" (
|
||||
set PRINTER=3
|
||||
)
|
||||
|
||||
if "%check_computername%" EQU "SURGERY6" (
|
||||
set PRINTER=3
|
||||
)
|
||||
|
||||
if "%check_computername%" EQU "SURGERY7" (
|
||||
set PRINTER=3
|
||||
)
|
||||
|
||||
if "%check_computername%" EQU "SURGERY8" (
|
||||
set PRINTER=3
|
||||
)
|
||||
|
||||
if "%check_computername%" EQU "RECEPTION1" (
|
||||
set PRINTER=1
|
||||
)
|
||||
@ -55,6 +71,14 @@ if "%check_computername%" EQU "RECEPTION4" (
|
||||
set PRINTER=1
|
||||
)
|
||||
|
||||
if "%check_computername%" EQU "RECEPTION5" (
|
||||
set PRINTER=1
|
||||
)
|
||||
|
||||
if "%check_computername%" EQU "RECEPTION6" (
|
||||
set PRINTER=1
|
||||
)
|
||||
|
||||
if [%ZUPER%] == [1] (
|
||||
echo "Not installing printers"
|
||||
) else (
|
||||
|
||||
Reference in New Issue
Block a user