Support passing in arguments to the JS script from run.bat/sh

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: Medium

      The dss.bat file supported passing in arguments to the script:

      java.exe -Xms40m -Xmx384m -cp !RHINO_JAR!;!SCRIPTING_JARS!;!DVT_SCRIPTING_JAR! !RHINO_SHELL! %1 %2 %3 %4 %5 %6 %7 %8 %9
      

      run.bat does not.

      @"%~dp0\..\ccs_base\cloudagent\node.exe" "%~dp0\launcher.mjs"
      

      run.bat should be modified to support arguments also:

      @"%~dp0\..\ccs_base\cloudagent\node.exe" "%~dp0\launcher.mjs" %1 %2 %3 %4 %5 %6 %7 %8 %9
      

            Assignee:
            TI User
            Reporter:
            TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                Connection: Intermediate to External PROD System
                EXTSYNC-5908 - Support passing in arguments to the...
                SYNCHRONIZED
                • Last Sync Date: