Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Using the template below and values from the static parameter file make a .bat file and run it.

The .bat file should display a message indicating a successful login.

Code Block
<static_TabCmdPath>/tabcmd.exe   login --server <static_DSAServerDomain>
           --user <static_DSAServerUserName >   --password <static_DSAServerPassword>
           --timeout 30  --cookie

...