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
Markus Maal
MarkusTegelane
TheMarkusGuy
batch file
file manager
GUI filemanager
fileman
fm
batch fm
pakkfail
pakkfaili haldur
manager batch
Note: It's technically a TUI (Text User Interface) and not a GUI (Graphical User Interface). Sorry about that...
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 /> )
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.