I'm not sure if this is even possible, but does anyone know how to launch an arduino script (.ino) from the cmd? I've already made a .bat script that opens the arduino application:
cd\
cd Users\student\Desktop\Me\etch a sketch\StandardFirmata
StandardFirmata.ino
but it doesn't actually run the program. Help?