Project Find GUI Version
Project Find CMD Version

Project information

  • Category: Powershell
  • Project date: 18 Oct, 2022
  • Project URL: N/A
  • Project GitHub: Find Project
  • Tags: Powershell, GUI, Script

Find Project

This is a simple Folder Finder app. There are two scripts provided both built-in Powershell. One is a command-line interface and the other is a GUI interface.

The commandline version uses a hashtable to store the returned list and indexes them. You can read more about it on my blog. Recursive Search

The GUI version uses a listbox to store the returned list. This is more user friendly and has a lot more functionality built in. Like Open in VS code, Open to the folder, and error handling.