Skip to content

Szmelc-INC/CommanDOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CommanDOS [v1.3]

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]
coverage


                                                           __             
  ,- _~.                                     -_____      ,-||-,     -_-/  
 (' /|                             _           ' | -,   ('|||  )   (_ /   
((  ||    /'\\ \\/\\/\\ \\/\\/\\  < \, \\/\\  /| |  |` (( |||--)) (_ --_  
((  ||   || || || || || || || ||  /-|| || ||  || |==|| (( |||--))   --_ ) 
 ( / |   || || || || || || || || (( || || || ~|| |  |,  ( / |  )   _/  )) 
  -____- \\,/  \\ \\ \\ \\ \\ \\  \/\\ \\ \\  ~-____,    -____-   (_-_-
                                             (

Setup

Installation / Update:

Copy & paste into Powershell (as Administrator):

irm https://raw.githubusercontent.com/Szmelc-INC/CommanDOS/refs/heads/2.0/install.ps1 | iex

Usage

  • Install/Update CommanDOS with Powershell command install.ps1 (It will create path C:\CommanDOS, download contents of this repo there, and create a Desktop shortcut for main.ps1
  • Main script main.ps1, lists all configs from menu/*.conf to select, then opens up interactive menu from specified .conf

[.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

Screenshots

Setup - install.ps1
image

Main - main.ps1 + Networking.conf / Admin.conf
image image

Misc
image

About

Szmelc Commander for Windows NT OS [x86_64] support! [100% Powershell]

Resources

License

Stars

Watchers

Forks

Packages

No packages published