Bat Error “invalid number of parameters”
问题 I am trying to write a bat file to backup a folder on my work server (sometimes the server and backup server do not sync correctly and files go missing). I have tried many different solutions and read a few different forums to try to resolve this, but I cannot seem to find anything. @echo This will now create a new backup of S:\Internal Auditor\9 - September 14 @echo off :: variables set SRCFOLDER="S:\Internal Auditor\9 - September 14" set DESTFOLDER="S:\Internal Auditor\2014\9 - Sept Backup"