Using TortoiseSVN

Download and Install the msi Create a New Folder (for repository, where ever you want to place it) to host your repository Right click the Folder -> Click TortoiseSVN -> Click Create New Repository Here.  This now becomes your primary repository. Create another folder (for working copy, anywhere you want to put working working copy) Right click the Folder -> Click SVN Checkout.. This makes your new directory as a SVN working copy directory In CheckOut specify the repository folder path as URL in file:// format (example:”file:///C:/Repository”) Create sub-folders in your working copy directory and add them to SVN Right […]

Read more

PowerCmd: Tabbed Windows Command Shell Prompt

PowerCMD :  http://www.powercmd.com/ Is a feature rich utility with great GUI It integrates with Windows Explorer and shows the quick gui drop down menu to choose the sub-folders in your pwd. Keeps complete logging of all the commands run and you can use it later Has multiple column based layout skins/settings You can Bookmark your favorite commands Console: https://sourceforge.net/projects/console/

Read more

http-ping: Command line tool to ping/validate the URLs

C:>http-ping http://www.flos-freeware.ch/zip/notepad2.zip Pinging “http://www.flos-freeware.ch/zip/notepad2.zip”: 1> Reply: [200/OK] bytes=285934 time=10585ms 2> Reply: [200/OK] bytes=285934 time=10667ms 3> Reply: [200/OK] bytes=285934 time=8408ms 4> Reply: [200/OK] bytes=285934 time=7342ms Ping statistics for “http://www.flos-freeware.ch/zip/notepad2.zip”: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss) Approximate round trip times in milli-seconds: Minimum = 7342ms, Maximum = 10667ms, Average = 9251ms ————————————————————————— This free utility is Copyright 2009, Core Technologies Consulting, LLC. Find out about this and our other products at our web site: http://www.CoreTechnologies.com/ ————————————————————————— C:> If you want to code for yourself start from here… ‘=============================================================================== ‘ main() ‘=============================================================================== On Error Resume Next Set […]

Read more