CMD: '■m' is not recognized as an internal or external command
19:29 14 Mar 2014

I am trying to get a batch file to work. Whenever I attempt to run a .bat the command line returns '■m' is not recognized... error, where "m" is the first letter of the file. For example:

md c:\testsource
md c:\testbackup

Returns

C:\>"C:\Users\Michael\Dropbox\Documents\Research\Media\Method Guide\Program\test
.bat"

C:\>■m
'■m' is not recognized as an internal or external command,
operable program or batch file.

Things I have tried:

  1. Changing Path variables, rebooting, etc.
  2. Changing file directory (i.e. run from C:)
  3. Running example files from web (like above) to check for syntax errors.

Thanks

windows batch-file encoding