Subject:
|
Re: Bulk processing
|
Newsgroups:
|
lugnet.cad
|
Date:
|
Fri, 16 Jun 2000 10:39:45 GMT
|
Reply-To:
|
rui.martins@link.STOPSPAMMERSpt
|
Viewed:
|
627 times
|
| |
| |
On Thu, 15 Jun 2000, Steve Bliss wrote:
> Here's another approach:
>
> [...SNIP...]
>
> FINALLY, go to a DOS prompt. CD to the ldlite directory. Type this
> command.
>
> FOR %f in (c:\ldraw\parts\*.dat) DO CALL allcolor.bat %f
Is this command (FOR) actually a DOS compatible batch command, or is it only
available on NT (cmd)
I'm asking this, because I don't remember a DOS (FOR) batch command, at least
with this format.
Thanks, for any info.
See ya
Rui Martins
|
|
Message has 2 Replies: | | Re: Bulk processing
|
| (...) Like Jonathan said, it was added in DOS 6.0. Maybe DOS 5.0, but definitely not before that. Looking at the command-line help for FOR in NT4, there are some options which could be used to streamline the process I described in my earlier (...) (24 years ago, 19-Jun-00, to lugnet.cad)
|
Message is in Reply To:
| | Re: Bulk processing
|
| (...) Here's another approach: Create a file whereever you've got ldlite.exe. Call this file onepart.bat, and put the following commands in it: erase c:\ldraw\bitmap\*.* start /wait ldlite %1 -MS -C%2 move c:\ldraw\bitmap\*.* c:\ldraw\cat\%1-%2.bmp (...) (24 years ago, 15-Jun-00, to lugnet.cad)
|
14 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|