@ECHO OFF IF "%1"=="" GOTO Interact IF NOT EXIST %SystemRoot%.\System32\%~nx1 GOTO Interactive RUNDLL32 DESK.CPL,InstallScreenSaver %~f1 GOTO End :Interactive RUNDLL32 SHELL32.DLL,Control_RunDLL DESK.CPL,@0,1 :End