Add a dos installer, and improve the makefile on dos #1

Merged
gmgauthier merged 7 commits from dos_installer into master 2026-02-04 19:31:22 +00:00
Showing only changes of commit 946c10e83d - Show all commits

View File

@ -17,7 +17,8 @@ echo.
echo You can change the destination by editing this file.
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.
@ -49,6 +50,7 @@ goto endauto
:noautoexec
echo Skipped AUTOEXEC.BAT modification.
echo.
echo To use cnotes:
echo 1. Add the directory to your PATH (recommended):
echo.
@ -61,8 +63,9 @@ echo %TARGET%\cnadd "Your first note"
echo.
echo Type CNHELP for command overview.
echo.
:endauto
goto endauto
:endauto
echo.
echo Installation complete!
echo.