I just installed Cgminer 3.2.1 on my Macbook Pro running VMware with Windows 7. I created the .bat file with the following content:
cgminer -o stratum://mint.bitminter.com3333 -u XXXXXX -p XXXXXX (with my password and user inserted)
When I run the bat file, Cgminer starts for a split second and then disappears, I can see what the problem is because it is only up for a fraction of a second. If I click on the Cgminer.exe file and insert the url, user and password when prompted I get it to run just fine. What am I doing wrong with the bat file?
Add a line to your .bat file at the end with the command "pause" (without the quotes). This will keep the command window open after the initial call to cgminer and let you see what it is saying. My guess is that it can't find the cgminer executable. Is the bat file in the same folder as the exe?
EDIT: I just noticed your url looks wrong. I haven't used cgminer extensively but I think you want it to be:
cgminer -o stratum+tcp://mint.bitminter.com:3333 -u XXXXXX -p XXXXXX