Batch file - date variables and moving files with variable date file name from one folder to another
问题 I need some assistance, please. I'm trying to create a batch file to move files from one folder to another. The file name will have variable yyyy-mm format plus additional data before or after the date. The batch will need to move the file to a server directory with the same mmmm-yy folder name. I've come up with the code below, but it doesn't quite work. A "Missing Operand" error is returned. The new directory is created but the files are not moving from the old folder to the new one. My