I have small batch file to upgrade my program, if I run this batch file from any drive except C:
drive it works correctly.
I'm trying this command
@ECHO OFF
IF EXIST C:\TWA\DRV.TXT GOTO TST1
DIR *.EXE /P
PAUSE
:TST1
DIR ASHOK.ZIP
PAUSE
I'm working on Windows 8.1