Search found 475 matches

by misol101
21 Sep 2018 12:24
Forum: DOS Batch Forum
Topic: Cmdwiz - 54 operation cmd helper tool (now with Unicode)
Replies: 58
Views: 108656

Re: Cmdwiz - cmd helper tools (now with Unicode)

You might try to change your code a little. Also try to figure out what AV engine Mediafire uses and upload your changed files to VirusTotal in order to see which engines report false positives. In my latest reply of the CONVERTCP thread I wrote some possibilities of what you could try. First of al...
by misol101
07 Sep 2018 07:28
Forum: DOS Batch Forum
Topic: Cmdwiz - 54 operation cmd helper tool (now with Unicode)
Replies: 58
Views: 108656

Re: Cmdwiz - cmd helper tools (now with Unicode)

Yikes. Thanks Mediafire. I'm going to have to do something about that. EDIT: It might take some time for Mediafire to reply, so I attached a smaller archive here for now. In order to stay below the 100kb limit, it contains only cmdwiz.exe, cmdwiz-ascii.exe, and two example scripts. EDIT: Haggy, I se...
by misol101
07 Sep 2018 01:52
Forum: DOS Batch Forum
Topic: Cmdwiz - 54 operation cmd helper tool (now with Unicode)
Replies: 58
Views: 108656

Re: Cmdwiz - cmd helper tools (now with Unicode)

Finally managed to update the instructions above (section 1 and section 10). The full list of changes for version 1.2 was: 1. As mentioned above, CmdWiz can now use its window operations for other windows than the current console window. See section 1.0 above for an explanation of how it works. 2. T...
by misol101
29 Aug 2018 13:26
Forum: DOS Batch Forum
Topic: Cmdwiz - 54 operation cmd helper tool (now with Unicode)
Replies: 58
Views: 108656

Re: Cmdwiz - cmd helper tools (now with Unicode)

By the way, Steffen and Carlos are now mentioned in both the in-program help text and the source code for CmdWiz, since I have used code snippets from both of you for some of the operations. Please let me know if you for whatever reason prefer not to be mentioned, or prefer to be mentioned by your a...
by misol101
29 Aug 2018 10:30
Forum: DOS Batch Forum
Topic: Cmdwiz - 54 operation cmd helper tool (now with Unicode)
Replies: 58
Views: 108656

Re: Cmdwiz - cmd helper tools (now with Unicode)

Version 1.2 of CmdWiz is out (usual link at the top or get the repo). This version is something of a game changer, as it allows all window operations to be used not only for the cmd window, but for any currently open window! Big thanks to Steffen, whose code for enumerating/finding windows I reused...
by misol101
24 Aug 2018 19:48
Forum: DOS Batch Forum
Topic: BWin - Mouse GUI with windows - move,scale,maximize,close,tab,animate
Replies: 18
Views: 16751

Re: BWin - Mouse GUI with windows - move,scale,maximize,close,tab,animate

And here is a new version of BWin, the difference being that the window will now respond to mouse resizing of the cmd window (utilizing the whole draw area).
by misol101
24 Aug 2018 18:24
Forum: DOS Batch Forum
Topic: Misol and Cari had a lovechild!
Replies: 39
Views: 26022

Re: Misol and Cari had a lovechild!

Final (I would think) release of this thing. Archive updated. Just a change to make the demo truly run in fullscreen. On Win10 (and Win8?) this now happens automatically if running demo-FULLSCREEN.bat (previously, the bottom Windows task bar would still be showing). For Win7, 100% fullscreen can als...
by misol101
21 Aug 2018 18:37
Forum: DOS Batch Forum
Topic: Cmdgfx - draw 3d and graphic primitives (polygons,circles etc) in cmd window (now with 24-bit RGB support!)
Replies: 125
Views: 216214

Re: Cmdgfx - draw 3d and graphic primitives (polygons,circles etc) in cmd window

Repo and archive was updated. This is a minor release, but it still has a fairly large number of changes: 1. cmdgfx_input: Added 'R' flag to report on the dimensions of the current window, since in Win10 any cmd window can be resized with the mouse. When 'R' is enabled, event data sent by cmdgfx_in...
by misol101
01 Aug 2018 16:13
Forum: DOS Batch Forum
Topic: Cmdwiz - 54 operation cmd helper tool (now with Unicode)
Replies: 58
Views: 108656

Re: Cmdwiz - cmd helper tools (now with Unicode)

Here is version 1.1 of Cmdwiz (see updated archive link in first post) What's new? 1. showwindow : Added options to make the window topmost, top, or bottom . Also added close in order to close the window. Topmost option was removed from setwindowpos operation. (see 1.12 above) 2. New operation: send...
by misol101
29 Jul 2018 13:30
Forum: DOS Batch Forum
Topic: ptnio - Portable TCP Network IO
Replies: 2
Views: 5479

Re: ptnio - Portable TCP Network IO

Haven’t tried it (yet), but I appreciate the effort involved!
by misol101
23 Jul 2018 17:02
Forum: DOS Batch Forum
Topic: BWin - Mouse GUI with windows - move,scale,maximize,close,tab,animate
Replies: 18
Views: 16751

Re: BWin - Mouse GUI with windows - move,scale,maximize,close,tab,animate

The archive was updated once more. This time I added a file explorer (only to the Jscript version). It opens automatically if running BWin.bat without input. That makes it much easier to browse and open other files inside BWin. The file explorer has no other functions than to browse between folders ...
by misol101
09 Jul 2018 11:19
Forum: DOS Batch Forum
Topic: Cmdwiz - 54 operation cmd helper tool (now with Unicode)
Replies: 58
Views: 108656

Re: Cmdwiz - cmd helper tools

Version 1.0 release! :P Archive was updated , see first post for link. What's new? 1. Unicode support! Yes, Steffen only had to wait almost 2 years for his feature request to be implemented :P Sorry about that. More about Unicode and versions below 2. This version is officially called 1.0, which can...
by misol101
04 Jul 2018 05:50
Forum: DOS Batch Forum
Topic: More L-systems (also in 3d)
Replies: 3
Views: 3870

Re: More L-systems (also in 3d)

Thanks IcarusLives and thanks for the inspiration! I updated the archive above: now press 'b' (for 3d version script) to switch to rendering small balls at the vertex points, and press 'b' again to draw both lines and balls. Drawing the balls is a bit heavier than drawing lines,and especially togeth...
by misol101
25 Jun 2018 17:45
Forum: DOS Batch Forum
Topic: More L-systems (also in 3d)
Replies: 3
Views: 3870

Re: More L-systems (also in 3d)

https://www.dropbox.com/s/dnvkpysfhfs22op/Capture.PNG?raw=1 3d Bush with one extra iteration Next up is the 3d version, server-lsystem-js-3d.bat . This one actually creates 3d obj files before rendering them. Depending on CPU speed/disk speed this might take a little while (it is pretty fast on my ...
by misol101
25 Jun 2018 17:08
Forum: DOS Batch Forum
Topic: More L-systems (also in 3d)
Replies: 3
Views: 3870

More L-systems (also in 3d)

https://www.dropbox.com/s/kugnj9c2mdwwitr/boardStick.PNG?raw=1 (Stick L-System on top of Board L-System) Inspired by https://www.dostips.com/forum/viewtopic.php?f=3&t=8612 , but not wanting to hijack IcarusLives' thread, here is another on the same topic. Scripts are batch/Jscript hybrids (mostly j...