User guide

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:
Parameter
Variable
Mandatory?
Description
-command
N/A
Yes
Fixed value ./ManageWindowsIO.ps1.
-Action
Action
Yes
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
-FileFolderName
FileFolderName
Yes
The file or folder path and name to affect.
-DestinationName
No*
The destination name (for rename action) or
the folder path and name (for move
action). Required for Rename and
Move actions.
-ReadOnly
No
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
-Archive
No
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
-System
No
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
-Hidden
No
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