Group: Forum Members
Posts: 11,
Visits: 36
|
I am trying to create a date variable that returns the 4digit year, 2digit month, and 2digit day (ex 20120208) , similar to dos ( Fdate=%date:~10,4%%date:~4,2%%date:~7,2%) to be used in an SFTP command. SFTP will be used to remove all files and directories in a date folder (ex 20120208). Is there any way to accomplish this using pragma SFTP?
ex. rm c:/%Fdate%
ex. rmdir c:/%Fdate%
|