The Dink Network

Reply to Re: More and more problems...

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
February 26th 2006, 02:35 PM
slimeg.gif
metatarasal
Bard He/Him Netherlands
I object 
Text stolen from the DinkC reference:

Scripts must have the '.c' extension. However, newer versions of Windows hide extensions by default, so if you save a script in Notepad as 'blah.c' it really saves it as 'blah.c.txt'.

To force Notepad to save a script as a '.c' file:

Put the save-as filename in double-quotes: "blah.c".

To force Windows to display all file extensions:

Open My Computer.
Enter the 'Tools' menu.
Select 'Folder Options'.
Select the 'View' tab.
Uncheck the 'Hide extensions for known file types' checkbox.


I think that's your problem.