Command Switch -wsLoad_InRoads_SS2=1

The InRoads SS2 shortcut seems to require the "-wsLoad_InRoads_SS2=1".  So we have standard workspace switches we use for different projects and or workstation setups, for example a workspace setup on a network and a workspace for working in the field off network.

Can I append the switch delivered with InRoads Shourtcuts to include swithes need for our standards.

One of our standards swiches:
"C:\Program Files (x86)\Bentley\InRoads Group V8.11\bin\survey.exe" -wcmslocalc.cfg

What the Delivered Shortcut includes:
"C:\Program Files (x86)\Bentley\InRoads Group V8.11\bin\survey.exe" -wsLoad_InRoads_SS2=1

CAN I use
"C:\Program Files (x86)\Bentley\InRoads Group V8.11\bin\survey.exe" -wsLoad_InRoads_SS2=1 -wcmslocalc.cfg

I would just give it a try but was wondering if someone had some insight.

Parents
  • As this is setting a configuration variable, you could move it to a CFG file, but my experience has been that as long as the correct syntax is followed, you can chain multiple switches together. Keep a space between each -switch and the next and you should be fine.

    There also may be a limit to the number of character allowed on a command line. Various sites suggest numbers between 256 and 32767, with stops along the way at 2048 and 8192. So as with anything: test, test, test.


    Charles (Chuck) Rheault
    CADD Manager

    MDOT State Highway Administration

    • MicroStation user since IGDS, InRoads user since TDP.
    • AutoCAD, Land Desktop and Civil 3D, off and on since 1996
Reply
  • As this is setting a configuration variable, you could move it to a CFG file, but my experience has been that as long as the correct syntax is followed, you can chain multiple switches together. Keep a space between each -switch and the next and you should be fine.

    There also may be a limit to the number of character allowed on a command line. Various sites suggest numbers between 256 and 32767, with stops along the way at 2048 and 8192. So as with anything: test, test, test.


    Charles (Chuck) Rheault
    CADD Manager

    MDOT State Highway Administration

    • MicroStation user since IGDS, InRoads user since TDP.
    • AutoCAD, Land Desktop and Civil 3D, off and on since 1996
Children