Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A little DIR test
#1
I would like to perform a test.
I would like to know if the output of the directory is the same for every language? Also what happens with date/time? And is the distance to the file name the same per language? I use Windows 10 (BE-NL) system. And what about Linux and iOS?

Code: (Select All)
dir *.* /A-D-H-S-L-R /n /ON /4 /l


What is your result? I have the following (excerpt):


Code: (Select All)
26/11/2022  21:10            2.433 filename1.ext
28/11/2022  11:50            3.467 filename2.ext
28/11/2022  16:09            3.522 filename3.ext

So 10 characters for the date
2 spaces in between
5 characters for the date (maybe there will be more due to AM/PM)?
Then the size of the file.
From position 37 the file name.
In other words, can we use fixed values for MID$ ???
Maybe you van upload an excerpt to this post?
Reply


Messages In This Thread
A little DIR test - by BDS107 - 12-10-2022, 05:52 PM
RE: A little DIR test - by Pete - 12-10-2022, 06:02 PM
RE: A little DIR test - by mnrvovrfc - 12-12-2022, 09:27 PM
RE: A little DIR test - by mnrvovrfc - 12-12-2022, 09:00 PM
RE: A little DIR test - by Pete - 12-12-2022, 09:03 PM



Users browsing this thread: 1 Guest(s)