this is the program
@echo off
if "%USERNAME%"=="ACTone"
@echo Access Denied:
@echo Log into your ACTtwo Account to perform this task.
@echo Press Anykey to Exit....
else if "%USERNAME%"=="ACTtwo"
E:\ACT\compass\bin\program.exe startB8
Am I using the if statements correctly because when I run it, it does nothing?
Please help, thank you