1.

Solve : How to trace the order of the batch files which are running one after the other?

Answer»

Hello all,
From my web application when i click on "Done" button a group of 7 batch files will be downloaded in to the users PC in the path "C:\temp" and these batch files will be executed one after the other.

I want to find the order of the batch files running. I mean, i want to find which batch file is excuted at first, second,third...

All these batch files will be running in silent mode.

Anybody please help me. Please give me the code.

Thanks in advanceIt seems to be impossible.QUOTE

these batch files will be executed one after the other.

Then you already know, don't you?
use debug:


C:\>debug /?
Runs Debug, a program testing and editing tool.

DEBUG [[drive:][path]FILENAME [testfile-parameters]]

[drive:][path]filename Specifies the file you want to test.
testfile-parameters Specifies command-line information required by
the file you want to test.

After Debug starts, type ? to display a list of debugging commands.

C:\>debug
-?
assemble A [address]
compare C range address
dump D [range]
enter E address
    fill F range list
    go G [=address]
[addresses]
HEX H value1 value2
input I port
load L [address] [drive] [firstsector] [number]
move M range address
name N [pathname] [arglist]
output O port byte
proceed P [=address] [number]
quit Q
register R [register]
search S range list
trace T [=address] [value]
unassemble U [range]
write W [address] [drive] [firstsector] [number]
allocate expanded memory XA [#pages]
deallocate expanded memory XD [handle]
map expanded memory pages XM [Lpage] [Ppage] [handle]
display expanded memory status XS

-[/list]Billrich, can you talk me through how this will enable the OP to do what he wants?
Quote from: Salmon Trout on August 29, 2009, 05:13:04 AM
Billrich, can you talk me through how this will enable the OP to do what he wants?


Oh, this is a production site and we are being paid? Contact my secretary at BR549 with a $2000.00 advance. My consulting FEES are $500.00 per hour.

Do not use wait* or *wait*I asked because I don't believe debug will help the OP one little bit. I CHALLENGE you to say how it would, if you can.

Quote from: Salmon Trout on August 29, 2009, 07:15:07 AM
I asked because debug will not help the OP one little bit, and I don't believe you actually know an answer to the OP's question.


My secretary has not received the $2000.00 advance.

Would you list your company? We need to check your credentials.

Is the name of your company "Computer Phishing?"
Quote from: simhadri1985 on August 20, 2009, 05:50:04 AM
Hello all,
From my web application when i click on "Done" button a group of 7 batch files will be downloaded in to the users PC in the path "C:\temp" and these batch files will be executed one after the other.

I want to find the order of the batch files running. I mean, i want to find which batch file is executed at first, second,third...

All these batch files will be running in silent mode.

Anybody please help me. Please give me the code.

Thanks in advance

Mr. Trout:

This thread is a Charade. The OP is Fake. His call for assistance is fake. Why would anyone try to a download programs to a user's computer silently?

The OP has a warped sense of humor. No one believes the OP is serious.


Discussion

No Comment Found