Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
I need help with this batch file. I need it to Beep twice, and then kill every process that is NOT System, Network Service, and Local SErvice.
I tried using filters but it doesnt work.
/fi "imagename eq #.exe" /fi "username ne Local SERvice" .....
And for beeps i tried many things@echo <Ctrl+G><Enter>
and more things to.Visit my site, http://www.alblil.com

For the beep you can use:
@echo<space><CTRL+P><CTRL+G><ENTER>
Do this in EDIT (start-->run-->edit)
Or you could try copy the next line and see if that works..@echo

This bat will do the beep. Dunno about taskkill.
::== beep.bat
@echo off> d.d echo e 100 07
>> d.d echo n 07.bin
>> d.d echo rcx
>> d.d echo 1
>> d.d echo w
>> d.d echo q
debug < d.d > nul
copy 07.bin con > nul
del d.d
del 07.bin
::== DONE
=====================================
If at first you don't succeed, you're about average.M2

![]() |
How to run script at cert...
|
USB Events in VB6
|

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |