Are you executing this .bat file from same drive as where your deps folder is? Try putting absolute path (with disk) to see if it fixes this. /I argument should work fine like this. You probably are executing it from wrong place. Put "cd" inside .bat file before line that calls cl.exe to see what is current working folder.