I have a very strange problem. On some computers in my network I can go to C:\ directory, run edit program and save file to C:. But when I list files in directory this file is not listed. But when I open the same file with edit program I can see saved content.
What is going on here?
I have a legacy program that needs to write to C:\ and even though users can't create files on C drive from explorer they can use this dos application just fine.
On other computers where I can't save to C:\ from dos (or whatever is going on in the first group) the program is causing me problems.
So how can I achieve same behavior on second group of computers? All users are just domain users and are not administrators.
So "icalcs.exe c:" on machine where program works:
BUILTIN\Administrators:(F)
BUILTIN\Administrators:(OI)(CI)(IO)(F)
NT AUTHORITY\SYSTEM:(F)
NT AUTHORITY\SYSTEM:(OI)(CI)(IO)(F)
BUILTIN\Users:(OI)(CI)(RX)
NT AUTHORITY\Authenticated Users:(OI)(CI)(IO)(M)
NT AUTHORITY\Authenticated Users:(AD)
Mandatory Label\High Mandatory Level:(OI)(NP)(IO)(NW)
And on machine where it doesn't work:
NT AUTHORITY\Authenticated Users:(OI)(CI)(IO)(M)
NT AUTHORITY\SYSTEM:(OI)(CI)(F)
BUILTIN\Administrators:(OI)(CI)(F)
BUILTIN\Users:(OI)(CI)(RX)
NT AUTHORITY\Authenticated Users:(OI)(CI)(S,AD)
Mandatory Label\High Mandatory Level:(OI)(NP)(IO)(NW)
Also when I log on to the computer where application works as Admin, I can't see file created on directory C: by domain user. But if I log on as a User again the file is still not visible but with command "edit C:\bla.txt" the content I saved in that file appears (but command "notepad C:\bla.txt" says there is no file C:\bla.txt).