home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / bued120.zip / BUED.BZ next >
Text File  |  1996-09-09  |  388b  |  19 lines

  1. function main () {
  2.  
  3. var $i;
  4. {
  5.    printf("IMPORTANT: \n You can't edit users that are on-line!\n");
  6.    delay(15);
  7.  
  8.  
  9.    $i=sprintf("%u", system(sprintf("\\bued\\bued.exe"),0));
  10.    
  11.    if ($i == 0) { 
  12.        printf("\nProgram executed correctly.\n");
  13.    } else {
  14.        printf("\nERROR executing BUEd!!!!\nCheck the configuration file and free more memory.");
  15.    
  16.    }
  17. }
  18. }
  19.