Computing.net: Question & Answers Forum Latest Questions

computing
  • 4
  • 4

I would like to see someone explain this IN DETAIL. DOS command prompt in Windoze 2000: set var2= set /a var1=%var2%+1 (produces a ‘missing operand’ error) BUT set /a var1=+1 of course sets var1 equal to 1 with no error In a windoze command prompt an environment ...