C
carla_cund
Hi
I hope someone can help. I have searched around all the posts but to
be honest i cant quite find what im lookng for exactly.
I need to run a batch file which will go to this location
c:\perflogs\networksops2.csv and move this file to a level down
c:\perflogs\archivedperflogs and rename the file keeping the original
name but adding a date to it ie networkops220070117.csv
This needs to be run every week on a schedule. The original location
every week will have the c:\perflogs\networksops2.csv file added by a
performance log. I need to then archive this data off so it is not
overwritten every week
Can anyone please help, I am new to batch file writing. This is what i
have so far. Not much i know
move c:\perflogs\networksops2.csv
c:\perflogs\archivedperflogs\networksops2.csv
hope someone can help me
thanks alot
Carla
I hope someone can help. I have searched around all the posts but to
be honest i cant quite find what im lookng for exactly.
I need to run a batch file which will go to this location
c:\perflogs\networksops2.csv and move this file to a level down
c:\perflogs\archivedperflogs and rename the file keeping the original
name but adding a date to it ie networkops220070117.csv
This needs to be run every week on a schedule. The original location
every week will have the c:\perflogs\networksops2.csv file added by a
performance log. I need to then archive this data off so it is not
overwritten every week
Can anyone please help, I am new to batch file writing. This is what i
have so far. Not much i know
move c:\perflogs\networksops2.csv
c:\perflogs\archivedperflogs\networksops2.csv
hope someone can help me
thanks alot
Carla