• Hey! Register here to create your account, engage with the community, and talk about what is new!

Programming PowerShell script that can edit documents

Spykidagent

Forum adept
Emperor
Joined
Jan 26, 2023
Messages
123
Reaction score
13
Github repository
Version 1.1
10 commands (case-sensitive)
  1. exit: Exits edit
  2. add <string>: Adds text to selected file
  3. help: Shows help menu
  4. sel <string>: Selects file
  5. read: Reads contents of selected file
  6. clear: Clear contents of selected file
  7. list: List files in current directory
  8. new <string>: Create new file
  9. fold <string>: Create new folder
  10. cd <string>: Go to directory in current
Download
Version 1.0
5 commands (case-sensitive)
  1. exit: Exits edit
  2. add <string>: Adds text to selected file
  3. help: Shows help menu
  4. sel <string>: Selects file
  5. read: Reads contents of selected file
Download
 
Last edited:
Top Bottom