Channel database

Batch file: File manager with a graphical user interface

MarkusTegelane


GUI filemanager is a graphical file manager written 100% in batch.


Download links

GUI file manager : https://drive.google.com/file/d/1FBs6D3k9CvZk34_o2ptEUYSi92sKlfZ2/view?usp=sharing


Stay up to date


Blog: http://themarkusguy.tk
Google+: https://plus.google.com/115914313352149705046
Twitter: @MarkusTegelane


Other channels

TheMarkusGuy+ : https://www.youtube.com/channel/UCGGM...
Markus' stuff: https://www.youtube.com/channel/UCMD2...

Music: X-Ray - Zizbum (chiptune)


Published: March 12 2018
Filename: fileman.mp4
Category: Batch files


Open video (YouTube)
Open video (Odysee)
Go back

Properties

Tags

Markus Maal
MarkusTegelane
TheMarkusGuy
batch file
file manager
GUI filemanager
fileman
fm
batch fm
pakkfail
pakkfaili haldur
manager batch

Comments


@septanalginafecnil manage

Man, that´s simply EPIC!!!

Reply👍8👎6




@markusTegelane manage

Note: It's technically a TUI (Text User Interface) and not a GUI (Graphical User Interface). Sorry about that...

Reply👍7👎6




@uuco.6037 manage

how did you get the file names?

Reply👍7👎6




@markusTegelane manage

It's pretty simple actually if you understand the for command.<br /> <br /> @echo off<br /> setlocal EnableDelayedExpansion<br /> for /f %%a in ('dir /b /a-d') do (<br /> echo %%a<br /> pause<br /> )

Reply👍7👎6




@uuco.6037 manage

​@markusTegelanethanks bro

Reply👍5👎6




@MrSaemichlaus manage

Funny thing is, this style of software interface is still used on many legacy inventory systems in warehouses today. Nobody wants to touch it because the guys who coded it are gone, it's been desperately patched thousands of times and it's a can of worms.

Reply👍7👎7




@Micunymos0 manage

downloaded from internet. skilless.

Reply👍6👎6




@markusTegelane manage

I forgot to change the sample text, sorry about that

Reply👍6👎6