Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help setting up borland 5.5 compiler

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Ok, what i need to do is make bbc32.cfg and ilink32.cfg. When i try to make these with notepad and save as all files they end up being bbc32.cfg.txt and ilink32.cfg.txt. I have no idea how to get rid of the .txt and make it a .cfg file so if someone could tell me what i'm doing that would be great. Also if anyone know a good tutorial online that is for someone who has no or little codeing experience I would like to know.
 
If you could see the extensions of the files when you are in windows just click the right button of your mouse and choose rename to remove the .txt part.
If you could only see them when you are in dos:
use the command "REN",it can use with the following syntaxe:
REN File.cfg.txt File.cfg .

I hope that this will help !
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top