This commit is contained in:
parent
1b69b22b79
commit
946c10e83d
@ -17,7 +17,8 @@ echo.
|
|||||||
echo You can change the destination by editing this file.
|
echo You can change the destination by editing this file.
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
set TARGET=C:\CNOTES
|
if "%CNOTES_HOME%"=="" set TARGET=C:\CNOTES
|
||||||
|
if not "%CNOTES_HOME%"=="" set TARGET=%CNOTES_HOME%
|
||||||
|
|
||||||
echo Target directory: %TARGET%
|
echo Target directory: %TARGET%
|
||||||
echo.
|
echo.
|
||||||
@ -49,6 +50,7 @@ goto endauto
|
|||||||
|
|
||||||
:noautoexec
|
:noautoexec
|
||||||
echo Skipped AUTOEXEC.BAT modification.
|
echo Skipped AUTOEXEC.BAT modification.
|
||||||
|
echo.
|
||||||
echo To use cnotes:
|
echo To use cnotes:
|
||||||
echo 1. Add the directory to your PATH (recommended):
|
echo 1. Add the directory to your PATH (recommended):
|
||||||
echo.
|
echo.
|
||||||
@ -61,8 +63,9 @@ echo %TARGET%\cnadd "Your first note"
|
|||||||
echo.
|
echo.
|
||||||
echo Type CNHELP for command overview.
|
echo Type CNHELP for command overview.
|
||||||
echo.
|
echo.
|
||||||
:endauto
|
goto endauto
|
||||||
|
|
||||||
|
:endauto
|
||||||
echo.
|
echo.
|
||||||
echo Installation complete!
|
echo Installation complete!
|
||||||
echo.
|
echo.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user