mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-06 05:28:31 +09:00
10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
rem commandrc -- environment setup, run by TVDOS.SYS in EVERY context
|
|
rem (the boot shell AND every virtual-console pane). Put `set` commands and
|
|
rem other env-only configuration here. Do NOT launch apps from this file:
|
|
rem app launches belong in AUTOEXEC.BAT (run per-console by vtmgr).
|
|
|
|
set PATH=\tvdos\installer;\tvdos\tuidev;\tbas;\hopper\bin;$PATH
|
|
set INCLPATH=\hopper\include;$INCLPATH
|
|
set HELPPATH=\hopper\help;$HELPPATH
|
|
set KEYBOARD=us_colemak
|