Difference between revisions of "Talk:Notepad++ Setup"
Jump to navigation
Jump to search
→Advanced Compiler Pt2
imported>BillF (Advanced compiler issues) |
imported>Lmstearn |
||
Line 35: | Line 35: | ||
When I try the advanced compiler script it tries to use the compiler path with no spaces; i.e. "C:\ProgramFiles(x86)\Steam\steamapps\common\Skyrim\". It removes the "InstalledPathREG_SZ" but the result is not a valid path. "Pushd %Skyrim:~32%" results in "apps\common\Skyrim\". | When I try the advanced compiler script it tries to use the compiler path with no spaces; i.e. "C:\ProgramFiles(x86)\Steam\steamapps\common\Skyrim\". It removes the "InstalledPathREG_SZ" but the result is not a valid path. "Pushd %Skyrim:~32%" results in "apps\common\Skyrim\". | ||
[[User:BillF|BillF]] ([[User talk:BillF|talk]]) 2015-07-05T16:49:53 (EDT) | [[User:BillF|BillF]] ([[User talk:BillF|talk]]) 2015-07-05T16:49:53 (EDT) | ||
:Try pausing the script to see what is inside "%Temp%\SkyrimPath.txt" But I cannot understand why "Pushd %Skyrim:~32%" shouldn't work. That's extracting the pathname after the first 32 characters, (assuming there are 32 junk characters there in the first place.)--Lmstearn 2015-07-06T03:04:55 (EDT) |