Forum: Legacy and Other Languages Dec 20th, 2008 |
| Replies: 2 Views: 909 Hi,
I have read your post a number of times and I am not clear what you are trying to achieve, so a few questions and hopefully I might have a solution.
Are you saying you can only run an... |
Forum: Legacy and Other Languages Jun 10th, 2007 |
| Replies: 6 Views: 7,172 Hi Mittelgeek,
Should the dir /b have a /s also to get subdirectories ?
Also should *.* be *.tql as pink_zippy only wishes to ren .tql files ?
Denis |
Forum: Legacy and Other Languages Jun 7th, 2007 |
| Replies: 29 Views: 36,529 My apologies hwit if I upset you. |
Forum: Legacy and Other Languages Jun 5th, 2007 |
| Replies: 29 Views: 36,529 Pardon me - this is exactly what is in my post 22 days ago |
Forum: Legacy and Other Languages May 31st, 2007 |
| Replies: 3 Views: 4,556 Here is a dead simple way, copy and paste this to your batch file and give it a try, then add any additional files you wish to copy to the batch file.
@echo off
copy ... |
Forum: Legacy and Other Languages May 31st, 2007 |
| Replies: 29 Views: 36,529 Hi
Would you explain how this works please, I thought I knew DOS commands quite well.
I have tried this from command prompt on and XP machine and I get 'The system cannot find the file 1.'
... |
Forum: Legacy and Other Languages May 14th, 2007 |
| Replies: 29 Views: 36,529 I have worked it for you, here are the steps
1) do this once Ping > basefile.txt
This puts results of ping in a file - must be ping that works.
2) then batch file should be
echo off... |
Forum: Legacy and Other Languages May 14th, 2007 |
| Replies: 29 Views: 36,529 As it will run in middle of night, if it always works with 90 seconds delay then I would go with that.
Just had a thought - when it is up and running can you test for the exstance of a file (have... |
Forum: Legacy and Other Languages May 13th, 2007 |
| Replies: 29 Views: 36,529 Sorry I thought you saw it run, so you could cancel it |
Forum: Legacy and Other Languages May 13th, 2007 |
| Replies: 29 Views: 36,529 If you do a ping -t 192.168....
Then it will continue pinging until you hit CTL C - you will therefore see when it comes up and continue when you are ready. |