Jump to content

hvyhttr

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About hvyhttr

hvyhttr's Achievements

0

Reputation

  1. ok, at 12:05 am each night, I move log files into the created folder above. On the first of each month (at 12:05 am) I will be moving the last log of the previous month, but it will create a folder for the new month and move it there. How I can keep this from happening or what work around can I implement? The current naming format of the logs is exYYMMDD.log. Again, any help would be greatly appreciated.
  2. YYYY for the Year MM for the Month (01, 02, 03, etc)
  3. Here is what I am trying to do. I know how to write the command, but I am not sure how to set up the variables. Can someone please help me? E: IF NOT EXIST E:\working\%YEAR%\ MKDIR E:\working\%YEAR%\ IF NOT EXIST E:\working\%YEAR%\%MONTH%\ MKDIR E:\working\%YEAR%\%MONTH%\ Any help would be great. Thank you.
×
×
  • Create New...