Hi

I recently installed Turbo C by running install.exe
It got installed in C:\TC directory.

I created my first C program and saved it in some other directory C:\ABC

On Command prompt it I use following statement: tc , it is not recognizing the command. So I did the following:

edit c:\autoexec.bat

I added following statement in that:
set path=%path%;c:\tc\init.bat

Save & Exit.

Autoexec (hit enter to execute the file)

but still I am not able to use commands in directories other than C:\TC

Any suggestions?