Anyone done an "ATTRIB" userlib ?
Attrib
Blitz3D Forums/Blitz3D Userlibs/Attrib What does ATTRIB mean?
I think he wants to use the old attrib from ms-dos to change file permissions...
You can use the exec with the original attrib.exe as parameter!
You can use the exec with the original attrib.exe as parameter!
I think he wants to use the old attrib from ms-dos to change file permissions...
That's right :) You can use the exec with the original attrib.exe as parameter!
Could you elaborate a little bit please ? I think he means eg.
ExecFile "attrib myfile.txt -H"
tho maybe this won't work, maybe you need to use the msdos prompt like this:
execfile "command attrib myfile.txt -h"
-h stands for the settings, see msdos help about ATTRIB.
ExecFile "attrib myfile.txt -H"
tho maybe this won't work, maybe you need to use the msdos prompt like this:
execfile "command attrib myfile.txt -h"
-h stands for the settings, see msdos help about ATTRIB.
Thanks JFK, I shall try your approach :)
I always wondered why there's no file-rename
and file-attrib command i BB.....
I always wondered why there's no file-rename
and file-attrib command i BB.....