

How to Batch Rename Files in Windows
PowerShell PowerShell offers much more flexibility for renaming files in a command-line environment. Using PowerShell, you can pipe the...
Transfer files to FTP via CMD
The *.BAT file content: ftp -v -n -s:c:\Transfer\transfer.ftp The transfer.ftp file content: open 127.0.0.1 user USER PASSWORD cd / ...
*.BAT MOVE files
The *BAT file content: MOVE D:\nav360vca\ETL\Log\*.* D:\nav360vca\ETL\Log\Old
