What is this ? , Gold and Silver ?

 <p>echo off setlocal delayexpansion @mode con cols=35 lines=7 :start cls starting ECHO gold = 1 silver = 2 ECHO 1 [...] Print gold is worth 4,475 ECHO 2 [...] ... gold-sell-price = 55091 ECHO how many gold set choice= set /p choice=Type the number to print text. if not %choice%== set choice=%choice:~0,1% set /A %profit% = %gold-sell-price% - %gold% *</p>

No comments:

Post a Comment