
88
Windows Common IO
This tool allows users to perform common IO under Windows. It is based on a custom release management
PowerShell script. The configuration variables of this tool are:
Fixed value ./ManageWindowsIO.ps1.
Indicate the action to be performed:
- Create : Create a new folder
- Delete : Delete file(s) or folder
- Rename : Rename a file or folder
- Move : Move a file or folder
- Attrib : Modify the attributes (including
ownership) of file(s) or folder
The file or folder path and name to affect.
The destination name (for rename action) or
the folder path and name (for move
action). Required for Rename and
Move actions.
Allow the user to set or reset the file(s) or
folder read-only attribute.
- + : Set the flag
- - : Reset the flag
- Any other value : Let the flag as it is
Allow the user to set or reset the file(s) or
folder archive attribute.
- + : Set the flag
- - : Reset the flag
- Any other value : Let the flag as it is
Allow the user to set or reset the file(s) or
folder system attribute.
- + : Set the flag
- - : Reset the flag
- Any other value : Let the flag as it is
Allow the user to set or reset the file(s) or
folder hidden attribute.
- + : Set the flag
- - : Reset the flag
- Any other value : Let the flag as it is
Comentarios a estos manuales