Hello List,
In old pxplus. Is there a way i could automatically create the providex.usr file.
A client is looking for me to make a wizard to create a USER by just answering a few questions.
i should have posted this in "Language"
Thank
jeff
You can simply copy the contents of *win/usrfile to your target providex.usr file. The Copy can be done using something like:
CREATE FILE ".../providex.usr" FROM "*win/usrfile"
Or open and do a binary copy of the file contents.
Thanks Mike - i will give it a try.