Search found 475 matches

by misol101
14 May 2016 10:03
Forum: DOS Batch Forum
Topic: Listb - a file explorer/viewer inside the console window
Replies: 27
Views: 127499

Re: Listb - a file explorer/viewer inside the console window

I have a question though, when running this batch file and using the cursor to move around, I don't know where the cursor is at since the file is not highlighted as the cursor move around, besides just the index number is updated, but I have no clue what file the cursor is at. It would be nice to h...
by misol101
14 May 2016 05:57
Forum: DOS Batch Forum
Topic: Listb - a file explorer/viewer inside the console window
Replies: 27
Views: 127499

Re: Listb - a file explorer/viewer inside the console window

Hi, thanks for the reply. It looks like you are absolutely correct. I had a memory of overlapping key codes (something like Shift-F1 would be the same as Ctrl-Home or something...), but now that I try it I can't find any overlaps. Silly me... This should definitely be changed soon, too bad I have to...
by misol101
13 May 2016 06:39
Forum: DOS Batch Forum
Topic: g.bat to jump between folders - need help to make it pure batch!
Replies: 16
Views: 14564

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

I put the script files and gawk,tr,grep in this archive in case anybody wants to run this and don't have those files: http://www.mediafire.com/download/xdacdm28fzwyxfb/g.zip (archive was updated due to the next post, but also attached to the thread) Note that g.awk must be copied to the folder point...
by misol101
13 May 2016 06:28
Forum: DOS Batch Forum
Topic: g.bat to jump between folders - need help to make it pure batch!
Replies: 16
Views: 14564

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

Hi, some time ago I made g.bat. This is based on an old dos program I used to have which no longer works. What is does is create a text database of all folders (on one or more drives), and then search that database to quickly jump to where you want to go. Example: g fold would jump to the first fold...
by misol101
12 May 2016 20:31
Forum: DOS Batch Forum
Topic: mov2txt
Replies: 16
Views: 18191

Re: mov2txt

Archives were updated again. I added optional caching of frames to playm2t.bat. This adds a slightly annoying initial delay for the two color demos, but on the other hand it will always run smooth even if the files were not in the file cache.
by misol101
12 May 2016 14:28
Forum: DOS Batch Forum
Topic: Listb - a file explorer/viewer inside the console window
Replies: 27
Views: 127499

Re: Listb - a file explorer/viewer inside the console window

How to extend functionality with extendlistb.bat? extendlistb.bat is just a convenient way to extend listb without modifying listb.bat. I think the easiest way is to look at the examples in there. Note that the file currently uses several external programs that you may or may not have (less, ansico...
by misol101
12 May 2016 14:04
Forum: DOS Batch Forum
Topic: Listb - a file explorer/viewer inside the console window
Replies: 27
Views: 127499

Re: Listb - a file explorer/viewer inside the console window

Here's the Listb script. If you see weird, non-optimal or stupid things please tell me. :: LISTb : Mikael Sollenborn 2015-16 @echo off if "%~1"=="_YESNO" call :YESNO %2&goto :eof if "%~1"=="_GETANSWER" call :GETANSWER %2 %3&goto :eof if "%~1"...
by misol101
12 May 2016 14:00
Forum: DOS Batch Forum
Topic: Listb - a file explorer/viewer inside the console window
Replies: 27
Views: 127499

Listb - a file explorer/viewer inside the console window

This script was included in the gotoxy archive, but I feel it could use its own thread. https://www.dropbox.com/s/kz3iqa6zouwjh8p/listb.PNG?raw=1 What is it? Listb is a file explorer to browse/view/copy etc files inside the console window. It is also reasonably easy to extend with added funtionality...
by misol101
12 May 2016 03:27
Forum: DOS Batch Forum
Topic: mov2txt
Replies: 16
Views: 18191

Re: mov2txt

So. did anybody look at one of the color movie conversions? I'm interested in if it runs smooth or not on different machines. The first time it runs it might lag a bit since the files are not in the cache, but after that I'm hoping it runs ok. It might possibly be too fast on some machines as well
by misol101
11 May 2016 03:37
Forum: DOS Batch Forum
Topic: mov2txt
Replies: 16
Views: 18191

Re: mov2txt

One more: m A color conversion of the good old Amiga demo State Of The Art... timing with music may be crap As for the scan of files, I don't really understand the results. It claims I have malware in pretty much everything. Finally I compiled this program: #include <windows.h> int main(int argc, ch...
by misol101
10 May 2016 16:30
Forum: DOS Batch Forum
Topic: mov2txt
Replies: 16
Views: 18191

Re: mov2txt

Hmm... strange... but interesting! Thanks!

You're right, "bandwidth" is the word they use. I guess I should start deleting files I put up recently and see if that helps. I don't think I have the one you mentioned but might be something else.
by misol101
10 May 2016 15:38
Forum: DOS Batch Forum
Topic: Gotoxy - advanced color text output and cursor control - now with server!
Replies: 33
Views: 58233

Re: Gotoxy

Apparently Dropbox hates me and shut down downloads due to "heavy traffic" (I'm sure it must have been enormous :roll: ).

All files were moved to Mediafire, sorry if anybody tried to get the files earlier and failed.
by misol101
10 May 2016 15:33
Forum: DOS Batch Forum
Topic: mov2txt
Replies: 16
Views: 18191

Re: mov2txt

Apparently Dropbox hates me and shut down downloads due to "heavy traffic" (I'm sure it must have been enormous :roll: ).

All files were moved to Mediafire, sorry if anybody tried to get the files earlier today and failed.
by misol101
10 May 2016 14:40
Forum: DOS Batch Forum
Topic: mov2txt
Replies: 16
Views: 18191

Re: mov2txt

http://www.mediafire.com/view/lo2s6028n1j217l/LW.PNG I'm back with more uselessness... I also read this thread: http://ss64.org/viewtopic.php?pid=7916#p7916 which adds color to the text video output, and again, wanted to do the same. For this I had to modify jp2a to add color support, so the archiv...
by misol101
09 May 2016 13:59
Forum: DOS Batch Forum
Topic: mov2txt
Replies: 16
Views: 18191

Re: mov2txt

Ouch, I forgot that playm2t.bat needs gotoxy.exe and cmdwiz.exe to play. Updated the linked archive.