P
PARVIZ
I would like to design a batch file and i know using
the 'equal' sign "==" but I need to use 'greater than'
or 'less than' signs "< or >".
Please tell me ,How can I do this?
for example
IF %USERNAME% > 00 AND %USERNAME% < 10 THEN
SET UNIT=1
the 'equal' sign "==" but I need to use 'greater than'
or 'less than' signs "< or >".
Please tell me ,How can I do this?
for example
IF %USERNAME% > 00 AND %USERNAME% < 10 THEN
SET UNIT=1