Uniface User Forum

 View Only
  • 1.  GetCommandline

    Posted 02-23-2022 08:23
    Hi all,

    In the back of my brain I seem to remember someone having a solution to
    get the actual command line - with all the /asn /ini /xxx switches....

    Does anybody out there have a solution on how to obtain that?

    Regards,
    Knut

    ------------------------------
    Knut Dybendahl
    ------------------------------


  • 2.  RE: GetCommandline

    ROCKETEER
    Posted 02-23-2022 08:44
    Hi Knut,

    Here's a hint:
    Regards,
    Daniel

    ------------------------------
    Daniel Iseli
    Principal Technical Support Engineer
    Uniface Services
    Rocket Software, Switzerland
    ------------------------------



  • 3.  RE: GetCommandline

    Posted 02-23-2022 08:56
    Champ!!

    ------------------------------
    Knut Dybendahl
    ------------------------------



  • 4.  RE: GetCommandline

    Posted 02-23-2022 16:49
    Well, there's actually another way too....

    vs_asn_file = $setting("usys", "[files]userasn", "USYSDATA")

    Regards,
    Knut

    ------------------------------
    Knut Dybendahl
    ------------------------------



  • 5.  RE: GetCommandline

    ROCKETEER
    Posted 02-24-2022 02:58

    Indeed.

    vs_usys_asn_file = $setting("usys", "[files]usysasn", "USYSDATA")
    vs_usys_ini_file = $setting("usys", "[files]usysini", "USYSDATA")

    Regards,
    Daniel



    ------------------------------
    Daniel Iseli
    Principal Technical Support Engineer
    Uniface Services
    Rocket Software, Switzerland
    ------------------------------