Reply to Re: More and more problems...
If you don't have an account, just leave the password field blank.
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.
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.