Search found 1 match
- 24 Sep 2015 10:39
- Forum: DOS Batch Forum
- Topic: giving error in path variable declaration
- Replies: 4
- Views: 3916
giving error in path variable declaration
Hi, I am using windows-2008 machine. In my batch script i have a condition like this, if %BIT_FLAG% == 32-bit ( set PATH=C:\Program Files (x86)\Teradata\Client\%PKGVERSION%\bin ) when i run this it is giving me an error.. \Teradata\Client\15.10\bin was unexpected at this time. it seems it is giving ...