mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:26:02 +00:00
[CMD]: The 'type' command can open & display files opened with write access.
svn path=/trunk/; revision=73623
This commit is contained in:
parent
c8a8975faf
commit
0ad9e5d154
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ INT cmd_type(LPTSTR param)
|
|||
|
||||
hFile = CreateFile(argv[i],
|
||||
GENERIC_READ,
|
||||
FILE_SHARE_READ, NULL,
|
||||
FILE_SHARE_READ | FILE_SHARE_WRITE, NULL,
|
||||
OPEN_EXISTING,
|
||||
FILE_ATTRIBUTE_NORMAL, NULL);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue