Loading/Saving C-Language programs from user specific path in Turbo-C++3.0.

Generally Every C-Language Related Programs By Default Loaded From C:\TC\BIN Directory , so if we need to load from user specific path then follow this steps...
  • Create a new directory in local drive i.e. D or E or F. ( Ex:-  D:\CFILES )

  • Open TurboC++ IDE. i.e. C:\TC\BIN\TC.EXE
  • Go to FILE menu and select change directory option.

  •  Change default directory to D:\CFILES. Then Click OK. 

  • Go to FILE menu and select open 

  •  Check open a file path is changed to D:\CFILES\*.C. If not changed then just change to D:\CFILES\*.C.
  • Just remove '*' character and give program name what you wish....


  • Its very simple way....enjoy  

4 comments:

  1. Sir,

    i am trying to change directory as you have told in above steps.. but in my system it says unable to create directory.. and only z: drive shows but when i write program usin z: directory at the time of saving it it doesn't save..
    how it will be resolved... i m using windows 8.1 64 bit...

    waiting for ur reply sir..

    thanks

    ReplyDelete