if (! -f "$Value_DLL") { $ERR = 10; &printlog ("Value DLL not found($Value_DLL)...\n"); &printlog (" Execution Terminated!"); exit $ERR; } else { `regsvr32 /s "$Value_DLL"`; &printlog ("SO ($Value_DLL)\n"); }