I downloaded the latest Tor Expert Bundle here for Windows 7 and extracted the files and directory structure of the .zip to G:\tor-0.2.5.10. In case it matters, my extracted Tor directory structure is as follows:
G:\TOR-0.2.5.10
├───Data
│   │   cached-certs
│   │   cached-microdesc-consensus
│   │   cached-microdescs.new
│   │   lock
│   │   state
│   │
│   └───Tor
│           geoip
│           geoip6
│
└───Tor
        libeay32.dll
        libevent-2-0-5.dll
        libevent_core-2-0-5.dll
        libevent_extra-2-0-5.dll
        libgcc_s_sjlj-1.dll
        libssp-0.dll
        ssleay32.dll
        tor.exe
        torrc
        zlib1.dll
Afterwards, I open up an admin privileged cmd into G:\tor-0.2.5.10\Tor. But when I run tor.exe nothing happens. I see the tor.exe process in taskmgr but there is no console logging displayed -- it's almost like the tor.exe process started itself as a background fork because right after I run it it brings me right back to the command prompt again.
Running tor.exe --version or tor.exe --help also doesn't show anything. I did not have any of these problems with an older version of tor. Is this a new issue introduced with the latest version?
Edit: For completeness, here's also my torrc file in case it's important:
DataDirectory ../Data
#ControlPort 9151
SocksPort 9150
# UseBridges 1
# bridge 60.16.182.53:9001
# bridge 87.237.118.139:444
# bridge 60.63.97.221:443
# ExitNodes 172.10.0.0/16
GeoIPFile ../Data/Tor/geoip
GeoIPv6File ../Data/Tor/geoip6
MaxCircuitDirtiness 1800
ExitNodes {ca},{gb},{au},{us}
StrictNodes 1