Hi all, can anybody write some commands for getting balance\send payout and other things with console wallet?

web3.eth.getBalance("wallet") balance
personal.unlockAccount("WALLET","PASS",300) unlock account for transaction
web3.eth.sendTransaction({from:"MYWALLET", to:"YOURWALLET", value: web3.toWei(1, "ether")}) sending coins