This is another way of setting a default option from a prompt.
(initget "Prefix Suffix")
(setq rep
(cond
((getkword "\nAdd Text @ [Prefix/<Suffix>]: ")) ("Suffix")
)
)
This will prompt the user "Add Text @ [Prefix/<Suffix>]:" just visually using < > to mark the default answer.
if the user hits enter on the prompt the kword isn't set so rep defaults to "Suffix"
Using cond instead of if's & wrapping it with getkword means the user doesn't have to type out exactly Prefix or Suffix . to then trigger other if's later in the lisp.
I looked at the file and its plain ascii text, are you sure need to write a binary file ? I used to have DEBUG so could look at a file and see if its plain text or binary.
Can you post a file that has more than one line please.
Just a comment in Acad and Bricscad the start up suite is contained in the registry.