(im very new *today* so dont get mad with me)
i have a gekko 2pac, i have it setup on my work PC (no elec worries

lol)
i have it up and running on win7 and working on cgminier BUT... if i make a bat file, it just flashes up for a split second then vanishes.
is a bat file the only was to OC the stick? or can you do it from inside the cgminer?
@echo off
cgminer -o mypool -u username -p x --gekko-2pac-freq150
this is my bat.. what is wrong here?
bitmunkey, a couple bits to help you on your way...
1. You can OC from the command line, simply by adding that frequency call, but not from withing the running cgminer:
--gekko-2pac-freq 150
2. Your instruction, as typed above is missing a space between the frequency argument and its value
--gekko-2pac-freq 150
...not
--gekko-2pac-freq150
Good luck, and happy mining.