mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-02 06:35:28 +00:00
Merge pull request #43 from Renegade-Master/correct_win_version
Remove version from Windows Terminal;
This commit is contained in:
commit
2bbd66f0db
2 changed files with 5 additions and 5 deletions
|
|
@ -3,7 +3,7 @@ REM Copyright (c) 2013-2019, The PurpleI2P Project
|
||||||
REM This file is part of Purple i2pd project and licensed under BSD3
|
REM This file is part of Purple i2pd project and licensed under BSD3
|
||||||
REM See full license text in LICENSE file at top of project tree
|
REM See full license text in LICENSE file at top of project tree
|
||||||
|
|
||||||
title Starting I2Pd Browser 1.2.8
|
title Starting I2Pd Browser
|
||||||
set $pause=ping.exe 0.0.0.0 -n
|
set $pause=ping.exe 0.0.0.0 -n
|
||||||
set $cd=%CD%
|
set $cd=%CD%
|
||||||
ver| find "6." >nul && set $pause=timeout.exe /t
|
ver| find "6." >nul && set $pause=timeout.exe /t
|
||||||
|
|
@ -42,11 +42,11 @@ rem ==========================================================================
|
||||||
|
|
||||||
rem ==========================================================================
|
rem ==========================================================================
|
||||||
rem Ïðîöåäóðà EchoWithoutCrLf
|
rem Ïðîöåäóðà EchoWithoutCrLf
|
||||||
rem
|
rem
|
||||||
rem %1 : òåêñò äëÿ âûâîäà.
|
rem %1 : òåêñò äëÿ âûâîäà.
|
||||||
rem ==========================================================================
|
rem ==========================================================================
|
||||||
:EchoWithoutCrLf
|
:EchoWithoutCrLf
|
||||||
|
|
||||||
<nul set /p strTemp=%~1
|
<nul set /p strTemp=%~1
|
||||||
exit /b 0
|
exit /b 0
|
||||||
rem ==========================================================================
|
rem ==========================================================================
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ REM Copyright (c) 2013-2019, The PurpleI2P Project
|
||||||
REM This file is part of Purple i2pd project and licensed under BSD3
|
REM This file is part of Purple i2pd project and licensed under BSD3
|
||||||
REM See full license text in LICENSE file at top of project tree
|
REM See full license text in LICENSE file at top of project tree
|
||||||
|
|
||||||
title Starting I2Pd Browser 1.2.8
|
title Starting I2Pd Browser
|
||||||
set $pause=ping.exe 0.0.0.0 -n
|
set $pause=ping.exe 0.0.0.0 -n
|
||||||
set $cd=%CD%
|
set $cd=%CD%
|
||||||
ver| find "6." >nul && set $pause=timeout.exe /t
|
ver| find "6." >nul && set $pause=timeout.exe /t
|
||||||
|
|
@ -38,6 +38,6 @@ cd %$cd%
|
||||||
exit /b 0
|
exit /b 0
|
||||||
|
|
||||||
:EchoWithoutCrLf
|
:EchoWithoutCrLf
|
||||||
|
|
||||||
<nul set /p strTemp=%~1
|
<nul set /p strTemp=%~1
|
||||||
exit /b 0
|
exit /b 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue