Search found 3 matches

by dfefs
16 Jul 2016 11:25
Forum: DOS Batch Forum
Topic: Extract legacy script to infinitely more complicated processes.
Replies: 5
Views: 3878

Re: Extract legacy script to infinitely more complicated processes.

I'm not sure if i've understood well enough, but i hope this may help you: @echo off setlocal enableExtensions disableDelayedExpansion for /f "tokens=3,5 delims= " %%i in ('findstr "pq.exe" "getport.bat"') do ( >> "%%~i.txt" pq.exe -n %%~i -e %%~j -p TCP ) en...
by dfefs
16 Jul 2016 11:15
Forum: DOS Batch Forum
Topic: Extract legacy script to infinitely more complicated processes.
Replies: 5
Views: 3878

Re: Extract legacy script to infinitely more complicated processes.

I have a baseline script on multiple systems. The basic concept is the same but the number of entries is different per system. I have to try to get this working in a bit less than a week, or I'll have to spend hours manually going through a process that shouldn't be manual. Sample baseline: cd c:\r...
by dfefs
15 Jul 2016 12:46
Forum: DOS Batch Forum
Topic: Extract legacy script to infinitely more complicated processes.
Replies: 5
Views: 3878

Extract legacy script to infinitely more complicated processes.

I have a baseline script on multiple systems. The basic concept is the same but the number of entries is different per system. I have to try to get this working in a bit less than a week, or I'll have to spend hours manually going through a process that shouldn't be manual. Sample baseline: cd c:\ru...