Advertisement
Advertisement
| 06.10.2008 at 12:47PM PDT, ID: 23473625 | Points: 500 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: |
@echo off setlocal set/a reportmonth=10*%date:~4,1%+%date:~5,1% set reportyear=%date:~10,4% if "%reportmonth%"=="1" set/a reportyear=%reportyear%-1 if "%reportmonth%"=="1" set reportmonth=13 set/a reportmonth=%reportmonth%-1 if %reportmonth% LSS 10 set reportmonth=0%reportmonth% ren "\\192.168.1.4\IT\POS Reports\POS_Banner_AL_TSI.CSV" POS_Banner_AL_TSI_%reportyear%%reportmonth%.CSV pause |