// // HOSTS and Services // Get_Environment(99,"OS") Get_Environment(98,"Systemroot") BS(31) Buf_Empty(OK) RI(99) BOF if( (Match("Windows_NT")==0) | (Match("Windows_2000")==0) ){ FO("|@(98)\system32\drivers\etc\hosts") FO("|@(98)\system32\drivers\etc\services") } else { FO("|(98)\hosts") FO("|(98)\services") } FO("A:\hosts", BROWSE) FO("A:\services", BROWSE) BS(1)