Jump to content

sayyut

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by sayyut

  1. @echo off

    Title Check WMI Prosesse and Start

    TASKLIST | find /i "cleanmgr.exe"

    if errorlevel==1 goto :cleanmgr

    goto :Rep

    :cleanmgr

    @echo Start Program cleanmgr

    start cleanmgr.exe

    goto :END

    :END

    exit

    :Rep

    @echo Process on running

    pause

    exit

    BATCH FILE I Know.....

    BUT WSCRIPT I Don'Know..... Help me....

    -------------------------------------------------------------

    I wold like Wscript Script Check Processes cleanmgr.exe Running... Loop Every 20 Min

    But Process cleanmgr.exe stop I wold like Script Start cleanmgr.exe

×
×
  • Create New...