Search found 11 matches

by ReAslan
05 Jun 2015 00:29
Forum: DOS Batch Forum
Topic: Replaces the command " tasklist "
Replies: 16
Views: 11167

Re: Replaces the command " tasklist "

Hello Antonio . I run on the " cmd " command " cscript " and give me positive result as me from possible commands to execute. But I can not find the file " cscript.exe " to put it in the folder of my .bat file I also tried to run the code that I 've written but not any ...
by ReAslan
04 Jun 2015 08:55
Forum: DOS Batch Forum
Topic: Replaces the command " tasklist "
Replies: 16
Views: 11167

Re: Replaces the command " tasklist "

Yes but does not work.
I try it with this syntax : " pslist > % tempfile % "
You mean like this ?
by ReAslan
04 Jun 2015 06:19
Forum: DOS Batch Forum
Topic: Replaces the command " tasklist "
Replies: 16
Views: 11167

Re: Replaces the command " tasklist "

It does not work even after installing the executable " PuList " and putting as line of code : " pulist > % tempfile % "

I do not know how to treat the problem :(
by ReAslan
04 Jun 2015 04:45
Forum: DOS Batch Forum
Topic: Replaces the command " tasklist "
Replies: 16
Views: 11167

Re: Replaces the command " tasklist "

In what sense it should help . I replace this code : " tasklist > % tempfile % " with this " mshta > % % tempfile "???
by ReAslan
04 Jun 2015 04:35
Forum: DOS Batch Forum
Topic: Replaces the command " tasklist "
Replies: 16
Views: 11167

Re: Replaces the command " tasklist "

Then output it gives me is what's in the picture :http://uploadpie.com/iFAlx

Then I do not understand that command should put instead of tasklist after you run this script .

Sorry for the inconvenience and thank you.
by ReAslan
04 Jun 2015 04:10
Forum: DOS Batch Forum
Topic: Replaces the command " tasklist "
Replies: 16
Views: 11167

Re: Replaces the command " tasklist "

I tried to install the executable over and nothing has changed . I tried to run the cmd " query process " and by mistake while " MSHTA " does not give me no errors but does nothing . I do not know how to find a command instead of " tasklist " for Windows 2000. Other ide...
by ReAslan
04 Jun 2015 03:25
Forum: DOS Batch Forum
Topic: Replaces the command " tasklist "
Replies: 16
Views: 11167

Re: Replaces the command " tasklist "

Then I have to write the code that is this : @echo off set tempfile=bdw.txt del %tempfile% tasklist > %tempfile% type %tempfile% | find /i "iexplore.exe" if errorlevel 0 if not errorlevel 1 goto IsRunning start iexplore exit del %tempfile% pause exit :IsRunning echo IsRunning goto exit :lo...
by ReAslan
04 Jun 2015 02:41
Forum: DOS Batch Forum
Topic: Replaces the command " tasklist "
Replies: 16
Views: 11167

Replaces the command " tasklist "

Does anyone know if there is a command for Windows 2000 that replaces the command " tasklist ". "tasklist > %tempfile%" Command used to write to a file processes in the task. But on Windows 2000 I do not write anything while it works on XP. I tried to use the commands " PuLi...
by ReAslan
28 May 2015 06:41
Forum: DOS Batch Forum
Topic: HELP FOR LANGUAGE DOS
Replies: 4
Views: 3469

Re: HELP FOR LANGUAGE DOS

How do you write this program to do everything written above ?
by ReAslan
28 May 2015 06:38
Forum: DOS Batch Forum
Topic: HELP FOR LANGUAGE DOS
Replies: 4
Views: 3469

Re: HELP FOR LANGUAGE DOS

Ok , but AutoIt is a software to write in c ?
As you write these 5 lines with a cycle while loops ?
by ReAslan
28 May 2015 03:13
Forum: DOS Batch Forum
Topic: HELP FOR LANGUAGE DOS
Replies: 4
Views: 3469

HELP FOR LANGUAGE DOS

Hello everyone I need urgent help . Let me explain : I need a .bat file that automatically do three things : 1 ) If it detects that the program is closed open it . 2 ) If it detects that the program is open it does not do anything . 3 ) If it detects that the program is blocked closes and restarts ....