Archive for the 'Windows command line' Category

Uptime on XP Pro

July 11th, 2005

Open notepad and generate the following batch file: @echo. @systeminfo | @find “System Up Time:” @echo. save it in your environment path (i.e. c:\windows\system32\) as: uptime.bat Then you can access that throught the following: Start > Run > cmd [enter] uptime This only works for windows xp pro, for windows xp home users: search for […]


FTP client under 300KBs

December 11th, 2004

Need someone to download something from/to you but they don’t know shit about anything and they’re behind a firewall?


Backup Your DBs!!

December 11th, 2004

Quick backup of you MySQL dbs for windows