Search found 5 matches
- 03 Oct 2023 12:26
- Forum: DOS Batch Forum
- Topic: HTA GUI build
- Replies: 5
- Views: 27551
Re: HTA GUI build
Good choices on both apps, Joe. I used the Wysiwyg builder for several years. And I use VBSEdit all the time. Ha, it's great to know someone else uses some of the same tools. If you are looking for a HTA GUI Design Tool, I use WYSIWYG Web Builder; https://www.wysiwygwebbuilder.com/ After designing t...
- 06 May 2021 09:53
- Forum: DOS Batch Forum
- Topic: A tool for managing multiple running dos batches
- Replies: 8
- Views: 6837
Re: A tool for managing multiple running dos batches
Yes, but it's not necessary to add another component to the project, Squash. The Details pane in the Task Manager with the Command line showing, is sufficient.
Anyway, thanks for the suggestion.
Anyway, thanks for the suggestion.
- 06 May 2021 07:17
- Forum: DOS Batch Forum
- Topic: A tool for managing multiple running dos batches
- Replies: 8
- Views: 6837
Re: A tool for managing multiple running dos batches
Hi Squash,
Thanks, but I think the users need an interface. But you're right, TASKLIST can be useful in some contexts, when writing batches that need to check if other batches are running.
Thanks, but I think the users need an interface. But you're right, TASKLIST can be useful in some contexts, when writing batches that need to check if other batches are running.
- 05 May 2021 17:16
- Forum: DOS Batch Forum
- Topic: A tool for managing multiple running dos batches
- Replies: 8
- Views: 6837
Re: A tool for managing multiple running dos batches
I'll try this on Thursday, thanks Steffen.
- 05 May 2021 09:10
- Forum: DOS Batch Forum
- Topic: A tool for managing multiple running dos batches
- Replies: 8
- Views: 6837
A tool for managing multiple running dos batches
Hi, We have 23 batches running on one of the servers. All of them are started with TITTLEs, to identify each one visually. But even with the TITLEs, it's still cumbersome to find a specific batch, in order to close it temporarily while working on a problem related to that batch. Unfortunately, Task ...