So I do a lot of work on a school computer. We can't install anything but we have most of our tools on our flash drives but I was wondering if there's a way to get Command Prompt to use Mercurial off of my Flash Drive. Let's say in theory that Mercurial's files were on my flash drive, where would I go from there?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Say your flash drive was drive G: and your Mercurial executables are in G:\mercurial Open a command prompt and enter:
Proceed to use This should work, in theory. If you're on a *nix computer, you would do something like this (given /media/FLASHDRIVE is the path to your flash drive):
Hope that helps! EDIT In response to the comment below:
Should do it :) |
|||||
|
|
To make Bryan's solution "truly" portable in Windows 2000/XP/Vista/7, assuming the BAT file is inside Mercurial's directory, use:
So, no more hardcoded paths. |
|||||||
|
|
download the tortoise hg .msi setup
it will extract the tortise hg files to f:\hg-temp path,
Delete f:\hg-temp\PFiles\TortoiseHg Then add f:\hg to your path
(f:\ is your flash drive) |
||||
|