Help for this page

Select Code to Download


  1. or download this
    @command = ("/bin/nohup /mevs/$version/bin/mevs", "/mevs/$version/data
    +/config_data/mevs2.cfg", "online");
    
    system(join " ", @command, "&");  # restart pgm in background
    
  2. or download this
    @command = ("/bin/nohup /mevs/$version/bin/mevs", "/mevs/$version/data
    +/config_data/mevs2.cfg", "online", "&");
    
    system(@command);