PxPlus User Forum

Twitter Twitter Twitter

Author Topic: providex.usr - Auto Create  (Read 661 times)

Jeffrey Ferreira

  • Diamond Member
  • *****
  • Posts: 175
  • I must have taken a wrong turn at Albuquerque.
    • View Profile
providex.usr - Auto Create
« 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
« Last Edit: April 29, 2022, 04:26:06 PM by Jeffrey Ferreira »

Mike King

  • Diamond Member
  • *****
  • Posts: 3811
  • Mike King
    • View Profile
    • BBSysco Consulting
Re: providex.usr - Auto Create
« Reply #1 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.
Mike King
President - BBSysco Consulting
eMail: mike.king@bbsysco.com

Jeffrey Ferreira

  • Diamond Member
  • *****
  • Posts: 175
  • I must have taken a wrong turn at Albuquerque.
    • View Profile
Re: providex.usr - Auto Create
« Reply #2 on: April 29, 2022, 04:57:03 PM »
Thanks Mike - i will give it a try.