Search found 1 match
- 07 Oct 2011 06:49
- Forum: DOS Batch Forum
- Topic: plz help !
- Replies: 1
- Views: 2236
plz help !
Hi im kind of a newbie in batching i want to write a little program the will basicly will canculate Ohm's law here it is its not finished becuse it always goback to :resistent @echo off color b :pstart Set input set /p input=Enter Resistent,Influx,Vault (R,I,V): if %input%==R goto resistent if %inpu...