• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Help Using Msvc from external Hard Disk

Felipe93

Ghost Member
Joined
Mar 21, 2015
Messages
1,990
Solutions
9
Reaction score
334
Location
Chile
Hello

recently i've got a new computer, with a new disk etc so i bought a chest to use my old hard disk in an external way, ive added the old variables to the new system
and changed them from C: to D: CUZ, NOW AS EXTERNAL HARD DISK IT HAS the D: name or property name

Lua:
Variables de usario
BOOST_ROOT_OTCLIENT - C:\otclient-sdk-master\boost_1_63_0
OneDrive - C:\Users\felip\OneDrive
OTCLIENTSDKDir - C:\otclient-sdk-master
PATH - %USERPROFILE%\.dotnet\tools
TEMP - %USERPROFILE%\AppData\Local\Temp
TMP - %USERPROFILE%\AppData\Local\Temp

variables de sistema
ComSpec - %SystemRoot%\system32\cmd.exe
DriverData - C:\Windows\System32\Drivers\DriverData
LUA_DEV - C:\Program Files (x86)\Lua\5.1
LUA_PATH - ;;C:\Program Files (x86)\Lua\5.1\lua\?.luac
NUMBER_OF_PROCESSORS - 4
OS - Windows_NT
path - 1:C:\Program Files (x86)\Common Files\Oracle\Java\javapath
       2:C:\Windows\system32
       3:C:\Windows
       4:C:\Windows\System32\Wbem
       5:C:\Windows\System32\WindowsPowerShell\v1.0\
       6:C:\Windows\System32\OpenSSH\
       7:C:\Program Files\Microsoft SQL Server\130\Tools\Binn\
       8:C:\Program Files\Git\cmd
       9:C:\Program Files\PuTTY\
       10:C:\Users\felip\.dnx\bin
       11:C:\Program Files\Microsoft DNX\Dnvm\
       12:C:\Program Files (x86)\Lua\5.1
       13:C:\Program Files (x86)\Lua\5.1\clibs
       14:C:\Program Files\nodejs\
       15:C:\Program Files\dotnet\
       16:C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common
       17:C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\
       18:C:\Program Files (x86)\IncrediBuild
PATHEXT - .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.wlua;.lexe
PROCESSOR_ARCHITECTURE - AMD64
PROCESSOR_IDENTIFIER - Intel64 Family 6 Model 69 Stepping 1, GenuineIntel
PROCESSOR_LEVEL - 6
PROCESSOR_REVISION - 4501
PROG27B48B2C053 - 1
PSModulepath - 1:%ProgramFiles(x86)%\WindowsPowerShell\Modules
               2:%SystemRoot%\system32\WindowsPowerShell\v1.0\Modules
               3:C:\Program Files (x86)\AutoIt3\AutoItX
TEMP -  %SystemRoot%\TEMP
TMP -   %SystemRoot%\TEMP
USERNAME -   SYSTEM       
VBOX_MSI_INSTALL_PATH - C:\Program Files\Oracle\VirtualBox\
VS110COMNTOOLS - C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\
VS120COMNTOOLS - C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\
VS140COMNTOOLS - C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\
windir - %SystemRoot%

of course i know there are some variables that comes by default on the system and others not i've added the ones that does not comes by default on the system
the things is that programs like msvc doesn't works.. could somebody help me out with this?


thanks in advance
 
Back
Top