I'm trying to start an exe from a batch file.
Based on the quote from the OP the idea is to start an exe from a batch file. To do this neither
start nor
call is required.
Start is explained above by Sidewinder, Call calls one batch program from another.