The Dink Network

Reply to Re: The Vista Looks Bad

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:
 
 
September 8th 2007, 10:22 AM
bonca.gif
Christiaan
Bard They/Them Netherlands
Lazy bum 
Hmmm. I also use Vista, but I don't have any of the issues some people here seem to have. Possible ways to create .c files:

1) Open Notepad/Wordpad/etc. (NOT MSWord! but the cheapass one). Type your script. Then click on "save as". Change "as .txt" into "all files". then save the file as "script.c" ("script" can ofcourse be anything). Tada, you created a .c file.

2) Select an existing .c file in Windows. Then copy it. Paste it and rename it as you like. Then open it and start scripting.

TIP: When selecting a .c file, right click it and choose "open with" then select Notepad or whatever it is called and select "always open with this program". This way you can easily edit scripts using Notepad.