User Ratings
Rate This Project
Login To Rate This Project
User Reviews
-
It's a great little tool. Thanks very much for this. I added tweet.bat to enable an even simpler tweet mechanism i.e. tweet "what I want to tweet" and the timestamped outcome and tweeted text is logged in tlog.txt All the best TWEET.BAT @echo off set TWDATE=%date:~-4,4%%date:~-7,2%%date:~-10,2% set h=%TIME:~0,2% set m=%TIME:~3,2% set s=%TIME:~6,2% set TWTIME=%h%:%m%:%s% echo %TWDATE%:%TWTIME% >> tlog.txt twitchi -us -m %1 >> tlog.txt
- Previous
- You're on page 1
- Next