Listing 2: PutUser.bat Echo Off If "%1%"=="" Goto Usage \\MyServer\usmt\loadstate/i:\\MyServer\USMT\captured\%1\USMT2I.UNC\migration.inf /l:\\MyServer\usmt\captured\%1\loadstate.log /v:7 \\MyServer\usmt\captured\%1 Goto Done :Usage Echo Please use this batch file as follows: Echo PutUser NAME Echo Echo NAME should look like FredSmith (No Spaces) :Done