I am trying to run a .cmd file but it errors out do to file extensions in the batch having an "&" sign. Is there a way to code the .cmd file so it won't error out? Or do I just need to rename the path??
Code:
CALL C:\RTSimEXE\RTOutput.exe Q:\IRP09\COS & LRFF\Output\2010 Compare BaseYearChange.o_g Month
CALL C:\RTSimEXE\RTOutput.exe Q:\IRP09\COS & LRFF\Output\2010 Compare Basis only.o_g Month
[\code]