Great Learnt a lot and got what I needed . Thanks a lot..
Only one problem is when I use tasklist with /s with a remote machine, in /v I am not able to get the windows title field. Is there any solution for this?
Search found 6 matches
- 14 Oct 2010 12:01
- Forum: DOS Batch Forum
- Topic: How to get the status of dos window
- Replies: 6
- Views: 5959
- 14 Oct 2010 10:22
- Forum: DOS Batch Forum
- Topic: How to get the status of dos window
- Replies: 6
- Views: 5959
Re: How to get the status of dos window
can u please explain me wat is happenning here. I am not able to understand this
2>nul |findstr /c:"Waiting for input" >nul &&echo Batch is waiting >>log ||echo. >>log
2>nul |findstr /c:"Waiting for input" >nul &&echo Batch is waiting >>log ||echo. >>log
- 14 Oct 2010 08:27
- Forum: DOS Batch Forum
- Topic: How to get the status of dos window
- Replies: 6
- Views: 5959
Re: How to get the status of dos window
Really it is amazing to find people so strong in dos . Hats off to you !k . I am using your script and will get back to you if I have any doubts . Thanks again
- 12 Oct 2010 01:01
- Forum: DOS Batch Forum
- Topic: How to get the status of dos window
- Replies: 6
- Views: 5959
How to get the status of dos window
I have a remote pc where a set of dos commands will be executing from time to time. Some times the dos window may wait as enter date and time or waiting for message and so on. I need a way log the status of the dos window(enter date and time or waiting for message) for every half an hour. Is this po...
- 21 Sep 2010 08:02
- Forum: DOS Batch Forum
- Topic: Unable to ftp thro batchfiles
- Replies: 2
- Views: 3595
Re: Unable to ftp thro batchfiles
@amel27
Thanks for the reply. But I checked that page already. Didnt find anything useful from there.
Thanks for the reply. But I checked that page already. Didnt find anything useful from there.
- 21 Sep 2010 05:45
- Forum: DOS Batch Forum
- Topic: Unable to ftp thro batchfiles
- Replies: 2
- Views: 3595
Unable to ftp thro batchfiles
I am using DTS through which various process are done and files are FTPd. I use batch files to ftp the files. These batch files are also called thro DTS. I use as follows in batch files ftp -n -s:batch_script.txt>>log.log The DTS was scheduled through SQL scheduling agent. All were working fine. Rec...