mirror of https://github.com/minexew/Shrine.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
403 B
16 lines
403 B
//This file is executed by the |
|
//first terminal window upon start-up. |
|
//See $LK,"DoOnce",A="FF:HOME/Adam3eSys.CPP,DoOnce"$ and $LK,"Acct Files",A="FF:::/Doc/GuideLines.TXT,ACCT FILES"$. |
|
|
|
//It goes in your HOME directory and |
|
//you can customize it. |
|
|
|
//Delete this to get rid of |
|
//default start-up msg. |
|
Type("::/Doc/Customize.TXT"); |
|
|
|
"\nTake Tour"; |
|
if (YorN) { |
|
Cd("::/Misc/Tour"); |
|
AutoFile("Tour"); |
|
}
|
|
|