Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

The following figures illustrate how to list the database records for a specific component (in this case, Universal Command Server).


UNIX

Panel

Html bobswift

<pre>
cd /opt/universal/bin    
uslist -list ucmd -ucmdspooldir "c:\program files\universal\spool2"  
</pre>

Windows

Panel

Html bobswift

<pre>
cd c:\program files\universal\uspool\bin                        
uslist -list ucmd -ucmdspooldir "c:\program files\universal\spool2" 
</pre>


Anchor
1069936
1069936
These examples list the contents of the Universal Command Server Component database. A summary of all records is written.

...