Hello all,

I'm running command to telnet and pull data and save into file. That works great, but what is the command to save for date specific?

Here is what i got now:

wshShell.sendkeys "telnet 172.xx.xxx.xxx -F TEST.TXT"

I want:

wshShell.sendkeys "telnet 172.xx.xxx.xxx -F dd-mm-yy_TEST.TXT"

Thanks!