PDA

View Full Version : how do i make a file with no extensions?



razorak
August 18th, 2006, 11:14
Hello there, i am currently trying to pick up coding from the one provided at psp-programming.com but i got stuck here...


And that's it for the program! Now we just have to tell the compiler how we want this project compiled by creating a Makefile. So create a new file called "Makefile" with no extention (ie, no .txt). Once you've done this, open it up in your text editor.


but i have absolutely no idea on how to make a file with no exensions. Any1 care to enlighten me? :confused:

The EX
August 18th, 2006, 11:23
say you had a file named blah.txt, take away he .txt on it and I think thats all you have to do!

razorak
August 18th, 2006, 11:26
errr...exactly how?

The EX
August 18th, 2006, 11:37
rename it from blah.txt to blah with right clicking on it.

razorak
August 18th, 2006, 11:40
nope...my makefile is still a txt...lol guess it doesn't work with windows 2000 huh?

lemme try attach a pic...

there

http://www.freewebs.com/razorak/makefile.jpg

notice how it has no .txt and yet is a text document

The EX
August 18th, 2006, 12:04
dunno then sorry!

razorak
August 18th, 2006, 12:19
thanks for your help anyway :)

Malksta
August 18th, 2006, 13:19
From notepad select save as then press all files and save it as "Makefile."

razorak
August 18th, 2006, 13:35
i tried that too....got the same result as the one in the pic...it's still detected as a text document.

Thanks anyway...guess my comp must be a little wonky..lol

Kramer
August 18th, 2006, 13:39
edit: this is the setting you need to turn off
http://www.mediacollege.com/computer/microsoft/windows/extension-change.html

razorak
August 18th, 2006, 14:20
thank you!! it works ^^

Kramer
August 18th, 2006, 14:22
no probs
i had the same problem a while ago