5 lines
99 B
Batchfile
5 lines
99 B
Batchfile
@echo off
|
|
if not "%bldDrive%" == "" %bldDrive%
|
|
if not "%bldDir%" == "" cd %bldDir%
|
|
|