Oh, and I've made a small registry entry file that assigns .script files to
Script, and adds a feature to edit scripts via Notepad. The program path
has to be individualised ofcourse. I've attached it to this mail. Just for
fun. :)

Cheers and thanks!
+--------------------------------------------------------------+
| Kenneth Jonsson  :        Engineering Physics student        |
|      a.k.a.      :  PC, Amiga, C64 and KORG N364 enthusiast  |
| DaizL of Mystic  :      http://user.tninet.se/~ufn204a/      |
+--------------------------------------------------------------+
------------------- cut here--------------------------------------

Name: scriptfile.reg

REGEDIT4

[HKEY_CLASSES_ROOT\.script]
@="scriptfile"

[HKEY_CLASSES_ROOT\scriptfile]
@="Script"
"EditFlags"=hex:00,00,00,00
"AlwaysShowExt"=""

[HKEY_CLASSES_ROOT\scriptfile\Shell]
@="Execute"

[HKEY_CLASSES_ROOT\scriptfile\Shell\Execute]

[HKEY_CLASSES_ROOT\scriptfile\Shell\Execute\command]
@="C:\\Program\\System\\Script\\Script.exe %1"

[HKEY_CLASSES_ROOT\scriptfile\Shell\Open]

[HKEY_CLASSES_ROOT\scriptfile\Shell\Open\command]
@="notepad.exe %1"

[HKEY_CLASSES_ROOT\scriptfile\DefaultIcon]
@="C:\\Program\\System\\Script\\Script.ico,0"

