; EditFile ; -------- ; Simple frontend for notepad - allows file selection of ; specified type from specified default directory using ; Script filebox command ; filebox Select file to edit,A,Text files|*.txt|Doc files|*.doc|Text & Docs|*.txt;*.doc,c:\My Documents ifnmsg ok,end start notepad.exe %A,,150|50,700|650 :end