Execute if statement outcomes on one line because batch.

This commit is contained in:
idk
2022-05-18 16:18:43 -04:00
parent 983813caaf
commit 6ca76277db
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
@echo on
@echo off
SET MYPATH=%~dp0
call "%MYPATH%common.bat"

View File

@ -1,3 +1,4 @@
@echo on
SET MYPATH=%~dp0
call "%MYPATH%common.bat"