问题 I have a batch file that opens a URL to download a csv file, then I need to move and then rename that csv form downloads folder to other one. What I have is: @echo off SET CCDIR=C:\Users\(username)\Desktop SET LOADDIR=C:\Users\(username)\Downloads ECHO *************************************************************************** ECHO Downloading the file ECHO *************************************************************************** start chrome (URL string) :NEXT ECHO ************************