FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cefpython/cefpython/var/envpath_py27_64bit.bat at cefpython31 · cztomczak/cefpython · GitHub
cztomczak
/
cefpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
477
Star
3.2k
Code
Issues
223
Pull requests
4
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
cefpython
/
cefpython
/
var
/
envpath_py27_64bit.bat
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (16 loc) · 863 Bytes
Breadcrumbs
cefpython
/
cefpython
/
var
/
envpath_py27_64bit.bat
Copy path
File metadata and controls
24 lines (16 loc) · 863 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@
echo
off
@
REM
# So that replacement on string can be done.
SETLOCAL
EnableDelayedExpansion
@
echo
Current PATH:
%PATH%
@
echo
.
SET
newpath
=
%PATH:
python32
=
python27
%
SET
newpath
=
%newpath:
_32bit
=
_64bit
%
@
echo
New PATH:
@
echo
%newpath%
@
REM
# http://stackoverflow.com/questions/531998/is-there-a-way-to-set-the-environment-path-programatically-in-c-on-windows
REG
ADD
"
HKLM\System\CurrentControlSet\Control\Session Manager\Environment
"
/v
Path
/t REG_EXPAND_SZ /d
"
%newpath%
"
/f
CALL
python
%~dp0
envpath_broadcast.py
@
REM
# %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Documents and Settings\Admin\Dane aplikacji\npm;C:\Program Files\nodejs\;D:\bin;D:\bin\python27
@
REM
# C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Documents and Settings\Admin\Dane aplikacji\npm;C:\Program Files\nodejs\;D:\bin;D:\bin\python32
@
echo
.
PAUSE
Back
|
FazBrowse Home
|
New Git URL