lundi 13 avril 2015

Can I create a folder with current datetime when I use Windows Command-line FTP

Is there any possibility to create a new directory with current datetime when I use the Windows Command-line FTP?


for more clarification if I have scheduler to run this:



C:\windows\system32\ftp -s:ftpMyFiles.txt


And inside ftpMyFiles.txt I have:



open 127.0.0.1
user
pass
mkdir %DATE%
bye


here is the question Can I create A new directory with a datetime here (mkdir %DATE%)?


Aucun commentaire:

Enregistrer un commentaire