Hi, I wanna simulate DIR command in MS-DOS with only listing function:
Command line in Working Directory (EX: C:\MyFolder>_ ), when you type DIR, it'll show List of Objects (Files and subfolders in working directory) with: Filename,size, and date of file (subfolder).
I don't know how to make it in ASM using DOS Interrupts (ex: 21h), pls help me!
Thanks!