Download the accountlite.exe binary executable file from the latest
      release.
    
g++ --h in
    your command line.
    make.bat or ./make.batmake.sh or ./make.shThere are 7 commands at this point in the software. ⚠ All the commands are case sensitive
| Command | Application | 
|---|---|
| :e | Use this command at any point to exit. If you're in middle of an operation, let's say entering a journal, you can use this command to exit the operation. If you use this command outside an operation, it'll close the software. | 
| cls | Clear your screen. | 
| j | Create a journal entry. This command will ask for the following inputs 
 | 
| jd | View all the journal entries. | 
| jf | View all the journal entries for a period. This command will ask for the following inputs 
 | 
| l | Creates a ledger. This command will ask for the following inputs 
 | 
| ld | View a particular ledger for a period. This command will ask for the following inputs 
 | 
| ll | View list of Ledgers/Accounts | 
| t | View the Trial Balance for a period. This command will ask for the following inputs 
 |