Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Simple Batch File  (Read 57764 times)

0 Members and 1 Guest are viewing this topic.

Petrjan128

    Topic Starter


    Newbie

    • Experience: Beginner
    • OS: Windows 11
    Simple Batch File
    « on: January 04, 2022, 09:37:14 AM »
    I want my batch file to do 2 things:

    1. Run on windows start

    2. Check if and .exe file is running -> If not, then run it
                                                      -> If yes, check again with delay of 10 minutes

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

    I think i have the right command for the first point-> START /MAX C:\Windows\application1

    But i can not figure out how to do the second point :/

    Can anybody help me?

    Hackoo



      Hopeful
    • Thanked: 42
    • Experience: Expert
    • OS: Windows 10
    Re: Simple Batch File
    « Reply #1 on: January 08, 2022, 01:20:38 PM »