"if not exist" with "goto" isn't working (just skips) and "else" variant also not working (Windows batch file)
I'm trying to create commands in a batch file where, if a certain nVidia file exists, it will encode a video using the graphics card - but if that nV...