providex.usr - Auto Create

Started by Jeffrey Ferreira, April 29, 2022, 03:57:47 PM

Previous topic - Next topic

Jeffrey Ferreira

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

Mike King

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.
Mike King
President - BBSysco Consulting - http://www.bbsysco.com
eMail: mike.king@bbsysco.com

Jeffrey Ferreira

Thanks Mike - i will give it a try.