Sunday, 2 August 2020

How to run programmes at specific time and close programmes at specific time:- How to check performance of monitor:-

How to run programmes at specific time and close programmes at specific time:-
How to check performance of monitor:-

 Syntax 
  
  schtasks    

Description:-

Schedules commands and programs to run periodically or  at a specific time. 
Adds and removes tasks from the schedule.

Schedule Task used to RUN  a programme at perticular given time  time.
or
Schedule task can be used for remainder by creating message box 

I used schedule task for remainder more than 20 programmes to run automaticaly and 20 remainder alert messages .

Examples 1:-

Schedules commands and programs to run periodically at a specific time. 

---------------------
 How to make schedule task, external Link given below:-



Task Scheduler
https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-task-scheduler


Task Scheduler for developers
https://docs.microsoft.com/en-us/windows/win32/taskschd/task-scheduler-start-page

---------------------
You can use the Task Scheduler to execute tasks such as starting an application, sending an email message, or showing a message box. Tasks can be scheduled to execute in response to these events, or triggers.
  • When a specific system event occurs.
  • At a specific time.
  • At a specific time on a daily schedule.
  • At a specific time on a weekly schedule.
  • At a specific time on a monthly schedule.
  • At a specific time on a monthly day-of-week schedule.
  • When the computer enters an idle state.
  • When the task is registered.
  • When the system is booted.
  • When a user logs on.
  • When a Terminal Server session changes state.
Sample Programme:-

@echo off
:: open following exe file  schedule task

C:\Windows\System32\Eventvwr.exe

 C:\Windows\System32\Perfmon.exe

No comments:

Post a Comment

HOW TO BACKUP YOUR ALL DIRECTORY IN YOUR COMPUTER AND FILE NAMES:-

HOW TO BACKUP YOUR ALL DIRECTORY IN YOUR COMPUTER AND FILE NAMES:-   Syntax         tree   /f Description:- Displays names of files in a dir...