Scripting Problem...Please HELP !!!!
Hello,
I used to have a script that downloads some files based on a mask/filter and timestamp filter. It takes only files created in the last 12 hours. It is working fine on a WinXP machine. However, when I moved the same to a Windows 7 PC; the script is returning (getting) ALL the files in the directory..not just the new ones...Here is the script:
option confirm off
OPEN "BBK_DS"
get *[0-9].txt>12H C:\Data\
bye
Anyone can tell why script is working RIGHT on XP..and on 7 it is getting ALL the files..like it is ignoring the mask...Could be related to any 'Regional Data/Time' formats of Windows?
Please HELP ! :roll:
I used to have a script that downloads some files based on a mask/filter and timestamp filter. It takes only files created in the last 12 hours. It is working fine on a WinXP machine. However, when I moved the same to a Windows 7 PC; the script is returning (getting) ALL the files in the directory..not just the new ones...Here is the script:
option confirm off
OPEN "BBK_DS"
get *[0-9].txt>12H C:\Data\
bye
Anyone can tell why script is working RIGHT on XP..and on 7 it is getting ALL the files..like it is ignoring the mask...Could be related to any 'Regional Data/Time' formats of Windows?
Please HELP ! :roll: