PxPlus User Forum

Main Board => Discussions => Programming => Topic started by: Jeffrey Ferreira on April 29, 2022, 03:57:47 PM

Title: providex.usr - Auto Create
Post by: Jeffrey Ferreira on April 29, 2022, 03:57:47 PM
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
Title: Re: providex.usr - Auto Create
Post by: Mike King on April 29, 2022, 04:55:47 PM
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.
Title: Re: providex.usr - Auto Create
Post by: Jeffrey Ferreira on April 29, 2022, 04:57:03 PM
Thanks Mike - i will give it a try.