Hi,
I am new to windows batch scripting. So please help me with this, I have jar file and if i run it, an output file will be produced with this name as output_date_time. ie., if today's date is 22/5/2017.. time is 11.20:30 seconds the output file name will be output_2552017_112030. I need to write a batch script to check whether output is generated or not. Since the file generated by the jar file has included seconds as well , i wanted to know whether this is possible or not: output_2252017_1120* ie to check whether output file got generated with the date and time without seconds. Please help
I am new to windows batch scripting. So please help me with this, I have jar file and if i run it, an output file will be produced with this name as output_date_time. ie., if today's date is 22/5/2017.. time is 11.20:30 seconds the output file name will be output_2552017_112030. I need to write a batch script to check whether output is generated or not. Since the file generated by the jar file has included seconds as well , i wanted to know whether this is possible or not: output_2252017_1120* ie to check whether output file got generated with the date and time without seconds. Please help