Search found 1 match

by jmiller1225
08 Jul 2014 19:30
Forum: DOS Batch Forum
Topic: if else
Replies: 1
Views: 1396

if else

I'm trying to write a script if a program isn't there then it would install the program. If the program is there it would open it up.. The problem I'm having is understanding the i f else statements

If c:/program/ABC.exe c:/program/ABC.exe
ELSE ABCinstall.exe