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?
(My Asicminer block eruptor is hashing away at 326 Mh/s. Used the Zadic utility to change the driver, ans Cgminer detected it right away)
Did you also install the the UART to COM drivers from here:
http://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspxHere is what my .bat file looks like and its working fine
start /D "C:\Users\XXXXX\Documents\Coins\cgminer-3.1.0-windows\" cgminer-nogpu.exe -o stratum.bitcoin.cz:3333 -u XXXXXXXX -p XXXXXX --icarus-options 115200:1:1 --icarus-timing 3.0=100 -S \\.\COM8
For the COM8 part, put what ever usb port the miner is in. For me on this computer it didn't matter what port I have it in as long as I put COM8. But on another computer I had to switch it to COM3 or COM4 depending on which port I was using.