| 
			  
   
                  Start the Listener
                  Windows NT/2000/XP Server
                  To run an odxnet process interactively on Windows NT, start 
                    the listener from a command prompt with the desired options 
                    separated by spaces. 
                   odxnet 
                    -port=1232 
                  -- or -- 
                   odxnet 
                    c:\omnidex\bin\odxs1232.cfg 
                  Unix
                  To run ODXNET on Unix, start the listener from a command 
                    prompt using the -port=n directive along with any of the other 
                    command line directives, space 
                    separated: 
                   odxnet 
                    -port=1232 -nopools 
                  -- or using a configuration file: 
                   odxnet 
                    /users/omnidex/bin/odxs1232.cfg 
                    
                  Shut Down the Listener
                  The interactive ODXNET process can be stopped from within 
                    the same server session that it was started in by typing Control 
                    + c. It can also be stopped from a separate command 
                    prompt by running odxnet with the -port-n 
                    and -shutdown directives. 
                  odxnet -port=1232 -shutdown 
                  
                    
                  top 
                  
			   |