Skip to content

Instantly share code, notes, and snippets.

@suchi
Created May 30, 2015 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suchi/a8518644869cbb419c7c to your computer and use it in GitHub Desktop.
Save suchi/a8518644869cbb419c7c to your computer and use it in GitHub Desktop.
autoexec.bat(1992)
echo off
echo $Header: RCS/autoexec.bat 2.25 92/04/05 21:45:04 suchi Exp $
verify on
a:\os\utl\fcolor w
a:\os\utl\funkey -f a:\os\help\funkey.def
a:\os\utl\now
a:\os\utl\ee /r a:\os\help\env.dat
if exist $$INIT1 goto normal
if exist $$INIT2 goto window
if exist $$INIT3 goto sel
if exist $$INIT4 goto sel
:normal
cd \vje
adddev vje.add
cd \
vjecolor -f a:\os\utl\vjekan.tbl
echo\
history -da:\os\help -f -g -h -k -fb -m; -z2 -r^l -sa640
goto sel
:window
:sel
hello
if errorlevel == 2 goto second
if errorlevel == 1 goto first
:first
echo\
pp -g200 -k16 a:\usr\etc\ohayo.pcm
cls
echo Today
echo\
today
freeze
cls
ddplus
cls
echo Murphy's Law
echo\
smurf a:\os\help\murphy.idx a:\os\help\murphy.doc
echo\
echo
freeze
cls
goto end
:second
echo\
rem pp -g200 -k16 a:\usr\etc\okaeri.pcm
:end
cls
echo Jcalendar
jcal
echo
echo on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment