On windows/cygwin, i want to be able save the PATH variable to file on one machine and load it onto the other machine;
for storing the variable i am doing:
echo %PATH% > dat
however, not sure how to load it later.
set PATH=???????
Thanks Rami