I have an old Windows Server running 2003 but for some reason it seems that it does not have a default program associated with batch files. What program do I need to associate this files with? Any help would be greatly appreciated.
This is the script I'm trying to run:
Echo Off
REM Made: 4/5/2014
Echo. -------- Copying Files to Z: drive --------
robocopy "Z:/Billing f" "D:\Billing Server Back up\Billing f" /MIR /E
Echo. ---------- Copy Completed ------------