Tuesday, June 14, 2011

Console Commands::Regedit

>regedit.exe /s myfile.reg

References:
http://techsupt.winbatch.com/ts/T000001029F18.html

No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...