A Power User Toolkit 4 Powershell by Szmelc
- CommanDOS is an interactive CLI/TUI tool for Windows users, created in PowerShell by Szmelc.INC.
It allows you to create your own operating menus based on .conf files, which allow you to launch various programs, commands or administrative tools with a single click.
Szmelc Commander 2.0 for Windows (XP,7,10,11) [x86_64]
                                                           __             
  ,- _~.                                     -_____      ,-||-,     -_-/  
 (' /|                             _           ' | -,   ('|||  )   (_ /   
((  ||    /'\\ \\/\\/\\ \\/\\/\\  < \, \\/\\  /| |  |` (( |||--)) (_ --_  
((  ||   || || || || || || || ||  /-|| || ||  || |==|| (( |||--))   --_ ) 
 ( / |   || || || || || || || || (( || || || ~|| |  |,  ( / |  )   _/  )) 
  -____- \\,/  \\ \\ \\ \\ \\ \\  \/\\ \\ \\  ~-____,    -____-   (_-_-
                                             (
Copy & paste into Powershell (as Administrator):
irm https://raw.githubusercontent.com/Szmelc-INC/CommanDOS/refs/heads/2.0/install.ps1 | iex- Install/Update CommanDOS with Powershell command install.ps1(It will create pathC:\CommanDOS, download contents of this repo there, and create a Desktop shortcut formain.ps1
- Main script main.ps1, lists all configs frommenu/*.confto select, then opens up interactive menu from specified.conf
.conf structure
Entry Name : command to execute
Entry 2 : command2
Example .conf
Open Command Prompt : start cmd
Open PowerShell : start powershell
System Information : systeminfo | more
Task Manager : Start-Process taskmgr
Device Manager : Start-Process devmgmt.msc
Network Connections : Start-Process ncpa.cpl
Control Panel : Start-Process control



