Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    open(DBFILE,"<Y:\\tsweb.log")|| die;
    while ($line=<DBFILE>) {
    ...
    system "start /max /w $apppath";
    system "logoff";
    exit;
    
  2. or download this
    system "start /max /w $apppath";
    system "logoff";