.
This commit is contained in:
parent
cbf9f03766
commit
467da3140a
@ -83,6 +83,9 @@ echo.
|
|||||||
call install-sublime.cmd
|
call install-sublime.cmd
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
|
call install-purebasic.cmd
|
||||||
|
echo.
|
||||||
|
|
||||||
rem fuck you microsoft ...
|
rem fuck you microsoft ...
|
||||||
call install-openshell.cmd
|
call install-openshell.cmd
|
||||||
echo.
|
echo.
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
{
|
{
|
||||||
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
|
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
|
||||||
"name": "Command Prompt",
|
"name": "Command Prompt",
|
||||||
"commandline": "cmd.exe /K c:\\scripts\\start-ssh-agent.cmd",
|
"commandline": "cmd.exe /K c:\\tools\\start-ssh-agent.cmd",
|
||||||
"cursorShape": "filledBox",
|
"cursorShape": "filledBox",
|
||||||
"startingDirectory": "%USERPROFILE%\\workspace",
|
"startingDirectory": "%USERPROFILE%\\workspace",
|
||||||
"colorScheme": "CMDBOX",
|
"colorScheme": "CMDBOX",
|
||||||
|
Binary file not shown.
BIN
scripts/icons/PureBasic.lnk
Normal file
BIN
scripts/icons/PureBasic.lnk
Normal file
Binary file not shown.
BIN
scripts/icons/Terminal.lnk
Normal file
BIN
scripts/icons/Terminal.lnk
Normal file
Binary file not shown.
BIN
scripts/icons/VNC.lnk
Normal file
BIN
scripts/icons/VNC.lnk
Normal file
Binary file not shown.
15
scripts/install-purebasic.cmd
Normal file
15
scripts/install-purebasic.cmd
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
set EXE=..\software\PureBasic_Windows_X64_LTS_5.73.exe
|
||||||
|
|
||||||
|
echo ####### %0 #######
|
||||||
|
|
||||||
|
echo killing ssh processes...
|
||||||
|
taskkill /F /IM PureBasic.exe
|
||||||
|
taskkill /F /IM pbcompiler.exe
|
||||||
|
|
||||||
|
echo installing PUREBASIC ...
|
||||||
|
%EXE% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
|
||||||
|
|
||||||
|
echo ####### %0 #######
|
||||||
|
|
@ -4,7 +4,7 @@ echo ####### %0 #######
|
|||||||
|
|
||||||
echo setting PATH variable (for all users) ...
|
echo setting PATH variable (for all users) ...
|
||||||
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" ^
|
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" ^
|
||||||
/d "%SYSTEMROOT%;%SYSTEMROOT%\system32;%SYSTEMROOT%\system32\wbem;%SYSTEMROOT%\system32\WindowsPowerShell\v1.0;%LOCALAPPDATA%\Microsoft\WindowsApps;%TOOLS%;%TOOLS%\git\bin;%TOOLS%\git\usr\bin;%TOOLS%\notepad++" ^
|
/d "%SYSTEMROOT%;%SYSTEMROOT%\system32;%SYSTEMROOT%\system32\wbem;%SYSTEMROOT%\system32\WindowsPowerShell\v1.0;%LOCALAPPDATA%\Microsoft\WindowsApps;%TOOLS%;%TOOLS%\git\bin;%TOOLS%\git\usr\bin;%TOOLS%\notepad++;%ProgramFiles%\PureBasic\Compilers" ^
|
||||||
/v PATH /t REG_EXPAND_SZ /f
|
/v PATH /t REG_EXPAND_SZ /f
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
Loading…
Reference in New Issue
Block a user