Search found 475 matches

by misol101
09 May 2016 13:47
Forum: DOS Batch Forum
Topic: mov2txt
Replies: 16
Views: 18612

Re: mov2txt

mov2txt usage: mov2txt moviefile [/ST startTime] [/TD timeDuration] [/OUT name] [/W width] [/H height] [/CS altcharset1-4 nofBlack nofWhite] [/COLOR cleanColorTreshold] [/LIGHTBG] [/REMOVEJPG] [/SKIPEXTRACT] [/EXTRAS extras] Charsets for non-color are: 1: " ·•■◘█" 2: " ░▒▓█" 3: &...
by misol101
09 May 2016 13:27
Forum: DOS Batch Forum
Topic: mov2txt
Replies: 16
Views: 18612

mov2txt

https://www.dropbox.com/s/p5ls8z0sr5cew3v/mov2txt.png?raw=1 ** UPDATED with color support! Link to color demos: http://www.mediafire.com/download/x2i1etf0f9ljp4t/StateOfTheArt.7z (run sota.bat) http://www.mediafire.com/download/2mvtjtckpgj5akj/LickWeed.7z (run Lickweed.bat) http://www.mediafire.com...
by misol101
06 May 2016 04:43
Forum: DOS Batch Forum
Topic: Gotoxy - advanced color text output and cursor control - now with server!
Replies: 33
Views: 59098

Re: Gotoxy

*Links and repo updated again!* I added the following to gotoxy: 1. Inlining of files in string 2. New transparency mode Inlining (any file works, not just gxy files): \I:filename; (note the semicolon) Example: gotoxy 10 10 "\I:goomba.gxy;" Or why not: gotoxy -16 -13 "\I:circles.gxy;\...
by misol101
04 May 2016 07:03
Forum: DOS Batch Forum
Topic: Gotoxy - advanced color text output and cursor control - now with server!
Replies: 33
Views: 59098

Re: Gotoxy

** Updated link and repo, download again! ** After realizing yesterday how cryptic the ERRORLEVEL output from some cmdwiz functions might seem, I decided to add printed output to the following cmdwiz commands: getmouse, getch_or_mouse, getch_and_mouse, getkeystate This means the output should be red...
by misol101
03 May 2016 13:51
Forum: DOS Batch Forum
Topic: Gotoxy - advanced color text output and cursor control - now with server!
Replies: 33
Views: 59098

Re: Gotoxy

As for the "gibberish", I assume you mean this line: set STRING=\kk \gB2\gB0\gDB\gB2\gB0 \n \gB0\gB0 \gB0\gB0 \n \gB0 \gB0 \n\gB0 \gB2\n\gB2 \gDB\n\gB2 \gB1\n \gB0 \gB0 \n \gB0\gB2 \gB2\gB0 \n \gB0\gB2\gB2\gDB\gB0 \n This is simpy copy/pasted "graphics" from a gxy file which I dr...
by misol101
03 May 2016 13:02
Forum: DOS Batch Forum
Topic: Gotoxy - advanced color text output and cursor control - now with server!
Replies: 33
Views: 59098

Re: Gotoxy

ShadowThief: yeah it's possible to do a lot of things with gotoxy/cmdwiz actually (including bitwise operations mixing colors etc), but of course it has the disadvantage of being an external tool unlike Powershell. SirJosh3917: It takes 5-15 seconds for the batch files to load? That's horrible, what...
by misol101
03 May 2016 05:11
Forum: DOS Batch Forum
Topic: [Release] SDraw ( A batch .EXE helper )
Replies: 1
Views: 3500

Re: [Release] SDraw ( A batch .EXE helper )

Kind of funny, another batch .exe helper posted the same day as mine... they must be a dime a dozen! :)

But I suppose it also means a lot of people want this kind of functionality.

I'll check out your program.
by misol101
03 May 2016 05:04
Forum: DOS Batch Forum
Topic: Gotoxy - advanced color text output and cursor control - now with server!
Replies: 33
Views: 59098

Re: Gotoxy

By the way, this is the first time I'm browsing these forums and I must say I'm humbled by what some of you guys can do in the command line with no use of external programs at all! 3d raycasting, that's insane! :)

Anyway, hope this program is still good for something... it's useful to me, anyway...
by misol101
03 May 2016 04:59
Forum: DOS Batch Forum
Topic: Gotoxy - advanced color text output and cursor control - now with server!
Replies: 33
Views: 59098

Re: Gotoxy

Syntax is (same as you get from executing the exes without arguments): gotoxy.exe Usage: gotoxy x(1) y(1) [text|file.gxy] [fgcol(2)] [bgcol(2)] [flags(3)] [wrapxpos] Cols: 0=Black 1=Blue 2=Green 3=Aqua 4=Red 5=Purple 6=Yellow 7=LGray 8=Gray 9=LBlue 10=LGreen 11=LAqua 12=LRed 13=LPurple 14=LYellow 15...
by misol101
02 May 2016 18:26
Forum: DOS Batch Forum
Topic: Gotoxy - advanced color text output and cursor control - now with server!
Replies: 33
Views: 59098

Gotoxy - advanced color text output and cursor control - now with server!

Hi everyone, first post here. Some time ago last year I had a need for a utility to position the cursor and write text in the Windows command prompt. So, instead of properly googling and finding what I needed (I later learned there are several similar programs like bg.exe), I foolishly decided to wr...