Search found 475 matches

by misol101
23 Oct 2020 04:01
Forum: DOS Batch Forum
Topic: Cmdwiz - 54 operation cmd helper tool (now with Unicode)
Replies: 58
Views: 108653

Re: Cmdwiz - 54 operation cmd helper tool (now with Unicode)

Hello, i have a bug that all text and backgrounds of fonts are bright, i saw a program that uses this and its not bright like mine any help ? Umm... use the "color" command to set the foreground and background color of the terminal. This has nothing to do with Cmdwiz. For example (for a default pal...
by misol101
20 Oct 2020 07:50
Forum: DOS Batch Forum
Topic: Blockout (3d Tetris) !
Replies: 17
Views: 20280

Re: Blockout (3d Tetris) !

I have a browser version in JavaScript. https://gamereality.se/blockout/index.php It now also work with swipe on phone. Is it ok? Umm... yes, seems ok to me, except the pieces don't move downwards it seems(?) until you press Space. You seem to know a lot more about Blockout than me, having some kin...
by misol101
27 Sep 2020 10:01
Forum: DOS Batch Forum
Topic: Cmdwiz - 54 operation cmd helper tool (now with Unicode)
Replies: 58
Views: 108653

Re: Cmdwiz - 54 operation cmd helper tool (now with Unicode)

I'm running this script (which also checks for left/right/middle mouse key presses) and don't see an issue here: @echo off for /l %%a in (1,1,500) do call :Get_XY goto :eof :Get_XY cmdwiz getmousecursorpos x set /a x=%errorlevel% cmdwiz getmousecursorpos y set /a y=%errorlevel% cmdwiz getkeystate 1 ...
by misol101
27 Sep 2020 02:57
Forum: DOS Batch Forum
Topic: Cmdwiz - 54 operation cmd helper tool (now with Unicode)
Replies: 58
Views: 108653

Re: Cmdwiz - 54 operation cmd helper tool (now with Unicode)

Any idea why calling this would result in my batch program locking up before the exit /b, sometimes at the first call and sometimes at the second? :Get_XY call cmdwiz getmousecursorpos x set x=%errorlevel% call cmdwiz getmousecursorpos y set y=%errorlevel% exit /b Well, after I wrote that I tried c...
by misol101
25 Sep 2020 16:20
Forum: DOS Batch Forum
Topic: Batch Games
Replies: 31
Views: 65203

Re: Batch Games

Lowsun wrote:
25 Sep 2020 15:17
I have also made lots of pure Batch games like platformers, rogue-likes, and other stuff. They're are all here

https://lowsun.itch.io/
These are nice. Maybe not so much for the gameplay, but because you create an atmosphere with the story+music.
by misol101
25 Sep 2020 11:25
Forum: DOS Batch Forum
Topic: Batch Games
Replies: 31
Views: 65203

Re: Batch Games

Well, here's a decent enough place to list mine, in order of download popularity (all made around 2015-2016, some were updated later): (open links in separate tab) CmdRunner A 3d action game with music, available in both text and pixel versions. Also possible to play fullscreen (Ctrl-Enter, for all ...
by misol101
31 Aug 2020 07:50
Forum: DOS Batch Forum
Topic: g.bat to jump between folders - need help to make it pure batch!
Replies: 16
Views: 14552

Re: g.bat to jump between folders - need help to make it pure batch!

As far as I understand correctly, the original g.bat script rotates over all folders matching a particular pattern. For example, if we have some folders: another/path/to/ mydir one/another/path/to/ my one/more/ my /dir the script invoked as below g.bat my will do CD to the first and second one (hig...
by misol101
24 Aug 2020 16:05
Forum: DOS Batch Forum
Topic: Cmdwiz - 54 operation cmd helper tool (now with Unicode)
Replies: 58
Views: 108653

Re: Cmdwiz - 54 operation cmd helper tool (now with Unicode)

Cmdwiz version 1.8 (link in first post) The " Does size matter? " release :mrgreen: This version contains NO new features or fixes.Instead it focuses on executable size. Even though it was never really a concern of mine, several people (including in this thread) have commented that they think the C...
by misol101
08 Aug 2020 16:39
Forum: DOS Batch Forum
Topic: Gotoxy - advanced color text output and cursor control - now with server!
Replies: 33
Views: 58212

Re: Gotoxy

Well well, a new version of GotoXY (v 1.1) ! I don't think I touched this code since 2016 :) The updated link is the same as in the first post (and shared with Cmdwiz). I was adding server mode to Cmdwiz, and then I figured I should do it for Gotoxy as well, for a great speed improvement (not rivali...
by misol101
08 Aug 2020 14:40
Forum: DOS Batch Forum
Topic: Cmdwiz - 54 operation cmd helper tool (now with Unicode)
Replies: 58
Views: 108653

Re: Cmdwiz - 53 operation cmd helper tool (now with Unicode)

Cmdwiz version 1.7 (link in first post) Hopefully a slightly more exciting release than the previous one. What's new: 1. Server mode. It works similar to cmdgfx server mode, i.e. once the server is running, operations are sent to it using echo, e.g.: echo "cmdwiz: setwindowpos 100 100" . Server mod...
by misol101
13 Jul 2020 11:55
Forum: DOS Batch Forum
Topic: g.bat to jump between folders - need help to make it pure batch!
Replies: 16
Views: 14552

Re: g.bat to jump between folders - need help to make it pure batch!

Eureka!:

Thanks, that looks pretty useful! I’ll have a go.

Actually much more useful than turning g.bat into ”batch only”, which was just a little exercise anyway :)
by misol101
12 Jul 2020 04:54
Forum: DOS Batch Forum
Topic: Game Of Life
Replies: 21
Views: 15578

Re: Game Of Life

By the way, if you like Game of Life, check out 3d Cellular Automata, such as https://www.youtube.com/watch?v=dQJ5aEsP6Fs It is basically just like Game Of Life, but extended to 3 dimensions (so 26 neighbours instead of 8 ), typically with a 3d cube representing each cell. That level of processing (...
by misol101
11 Jul 2020 06:03
Forum: DOS Batch Forum
Topic: g.bat to jump between folders - need help to make it pure batch!
Replies: 16
Views: 14552

Re: g.bat to jump between folders - need help to make it pure batch!

Updated Mediafire link and above archive one more time, since I removed the use of tr.exe, so that the original g.bat now only relies on findstr and gawk.exe (while the ~50% slower g-jrepl.bat does not rely on gawk.exe at all) Aacini: I'd still be interested if you have some idea why your proposed s...
by misol101
11 Jul 2020 05:11
Forum: DOS Batch Forum
Topic: Listc - a modern Windows file explorer/viewer in the console window
Replies: 18
Views: 21112

Re: Listc - a modern Windows file explorer/viewer in the console window

Not sure when, or even why, it started happening, but I noticed Listc had keys "bleeding through" when using it lately (for example, pressing Escape after bringing up the Help screen would exit not just the help screen but the entire program!).It also would affect pressing "y" e.g. after responding ...
by misol101
08 Jul 2020 09:19
Forum: DOS Batch Forum
Topic: Game Of Life
Replies: 21
Views: 15578

Re: Game Of Life

Just before this topic disappears off the page, I just want to point to: https://www.dostips.com/forum/viewtopic.php?f=3&t=9662 The archive there includes a very fast GameOfLife implementation, running fullscreen with a pixel font. My assumption that I would get 100+ FPS for 1920x1080 for a native C...