Search found 4 matches
- 23 Oct 2019 03:36
- Forum: DOS Batch Forum
- Topic: CAD start based on license Bundle check
- Replies: 3
- Views: 10399
Re: CAD start based on license Bundle check
Hello Eureka!, thanks for your help. i will try to build on your proposal, I know its a complicated topic. Best regards See code below for how I interpreted your requirements (not everything was clear to me). It is merely a rough sketch of the logic you could use; not read-to-run code. As I don't ha...
- 16 Oct 2019 01:43
- Forum: DOS Batch Forum
- Topic: CAD start based on license Bundle check
- Replies: 3
- Views: 10399
CAD start based on license Bundle check
Hello, I`m at my wits end here, it gets too complex for me. We have a CAD system where you can set two license bundles for usage. And based on availability and applications you use in CAD either one can be used. Now I want to check the licenses set before the CAD is started to avoid unnecessary CAD ...
- 08 Oct 2019 22:37
- Forum: DOS Batch Forum
- Topic: Search through command line arguments.
- Replies: 2
- Views: 9203
Re: Search through command line arguments.
Hello Steffen,
that`s exactly what I needed.
I still have a lot to learn with batch files.
Thank you very much.
that`s exactly what I needed.
I still have a lot to learn with batch files.
Thank you very much.
- 08 Oct 2019 06:54
- Forum: DOS Batch Forum
- Topic: Search through command line arguments.
- Replies: 2
- Views: 9203
Search through command line arguments.
Hello, I`ve created a batch file where the user can drag and drop a cad file onto it, and it will be translated in to a 3Dpdf. All of this will be done with a batch file in combination other text files. But the 3Dpdf translator can also attach other files to (into) the 3Dpdf. So I intend that the us...