DOS path for WIN XP Schedule Task
Closed
newgene97
Posts
11
Registration date
Friday March 20, 2009
Status
Member
Last seen
June 15, 2009
-
Mar 28, 2009 at 04:49 AM
bilutrilu - Jun 26, 2009 at 02:30 AM
bilutrilu - Jun 26, 2009 at 02:30 AM
Hi. I want to create a batch file to delete task file thats keeps being created by a virus. I would appreciate someone giving me a DOS name/path for schedule tasks in Windows XP. Please someone assist me.
Related:
- At1.job conficker
- Tiny task - Download - Mouse and keyboard
- Fstab space in path - Guide
- Win 10 iso - Download - Windows
- Win mx - Download - Torrent downloads
- Windows xp sp3 download - Download - Windows
1 response
Hello NewGene.
The schedule files (*.job files) are located in your windows directory - tasks.
So a path like %windir%\Tasks should work for your batch.
I presume you had conficker worm wich schedule those at1.job files. In my case a script is running at startup and deletes all at*.job files from computer.
The schedule files (*.job files) are located in your windows directory - tasks.
So a path like %windir%\Tasks should work for your batch.
I presume you had conficker worm wich schedule those at1.job files. In my case a script is running at startup and deletes all at*.job files from computer.