|
| 24 Jul 2012 09:05 PM |
@echo off echo ding set dggg = "0" set hil = "3" echo a %dggg% a echo a %hil% a pause
This comes out as: ding a a a a
Why wont it work? I've programmed in this language before, I've even made tic tac toe, I dont see whats wrong. |
|
|
| Report Abuse |
|
|
| |
|
sam6175
|
  |
| Joined: 16 Aug 2008 |
| Total Posts: 1391 |
|
| |
|
iAdobe
|
  |
| Joined: 22 May 2011 |
| Total Posts: 367 |
|
| |
|