Showing 24 open source projects for "command prompt"

View related business solutions
  • Budgyt Is The Highest Rated Business Budgeting Software In The Market. Icon
    Budgyt Is The Highest Rated Business Budgeting Software In The Market.

    Affordable budgeting software for companies with multiple users and multiple departments.

    Budgyt is an easy to use, intuitive platform with a clean simple interface that makes budgeting multiple P&L’s easy to do without needing Excel.
    Book a Demo
  • Attack Surface Management | Criminal IP ASM Icon
    Attack Surface Management | Criminal IP ASM

    For security operations, threat-intelligence and risk teams wanting a tool to get access to auto-monitored assets exposed to attack surfaces

    Criminal IP’s Attack Surface Management (ASM) is a threat-intelligence–driven platform that continuously discovers, inventories, and monitors every internet-connected asset associated with an organization, including shadow and forgotten resources, so teams see their true external footprint from an attacker’s perspective. The solution combines automated asset discovery with OSINT techniques, AI enrichment and advanced threat intelligence to surface exposed hosts, domains, cloud services, IoT endpoints and other Internet-facing vectors, capture evidence (screenshots and metadata), and correlate findings to known exploitability and attacker tradecraft. ASM prioritizes exposures by business context and risk, highlights vulnerable components and misconfigurations, and provides real-time alerts and dashboards to speed investigation and remediation.
    Learn More
  • 1
    Windows Terminal

    Windows Terminal

    The New Windows Terminal

    The Windows Terminal is a new, modern, fast, efficient, powerful, and productive terminal application for users of command-line tools and shells like Command Prompt, PowerShell, and WSL.
    Downloads: 427 This Week
    Last Update:
    See Project
  • 2
    Windows Package Manager (WinGet)

    Windows Package Manager (WinGet)

    WinGet is the Windows Package Manager

    A package manager is designed to help you save time and frustration. Essentially, it is a set of software tools that help you automate the process of getting software on your machine. You specify which apps you want installed, and it does the work of finding the latest version (or the exact one you specified) and installing it on your machine. The client is distributed within the App Installer package. While this package is pre-installed on Windows, the client will not be made generally...
    Downloads: 232 This Week
    Last Update:
    See Project
  • 3
    Windows Native Unix Shell (wnus prompt)

    Windows Native Unix Shell (wnus prompt)

    A comprehensive Unix/Linux-like shell environment for Windows 7+ 64bit

    This project is implemented entirely in C++ without external dependencies. Windows Native Unix Shell (wnus prompt) (pronounced Wenus) brings the power and familiarity of bash sh ash commands and common terminal utilities to native Windows, with full NTFS support and Windows API integration. . It contains 342 fully implemented commands built-in , encompassing file managements operation and so much more. It has a comprehensive help system. This doesn't require WSL to work, or any...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    GetAdmin

    GetAdmin

    Get admin permissions on Windows

    DISCLAIMER: I AM NOT RESPONSIBLE FOR ANY BAD USES OF THIS PROGRAM. IT IS FOR ENTAIRNMENT AND EDUCATIONAL PURPOUSES ONLY!!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build experiences that drive engagement and increase transactions Icon
    Build experiences that drive engagement and increase transactions

    Connect your users - doctors, gamers, shoppers, or lovers - wherever they are.

    Sendbird's chat, voice, and video APIs power conversations and communities in hundreds of the most innovative apps and products. Sendbird’s feature-rich platform, and pre-fab UI components make developers more productive. We take care of a ton of operational complexity under the hood, so you can power a rich chat service, and life-like voice, and video experiences, and not worry about features, edge cases, reliability, or scale.
    Learn More
  • 5

    Simple Hockey Career Sim

    hockey player career mode text-sim

    just a simple command prompt game, goal of the game is to have as successful hockey career as possible. you decide where you want to play.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    TAC-PLUS

    TACACS+ server for network devices

    Free TACACS+ (tac_plus) engine (written in C++) and webui (PHP) allows network administrators to limit access to network devices. This project (tacplus/webui) use to be on www.networkforums.net. New and improved features been added since the last release on old website. ** New Release of WebUI ** Improved useability More searching capabilities in reports
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    Chrono Tasker

    Chrono Tasker

    Alarm clock, Timer and Stopwatch application

    ...It is also used to manually stopwatch of some of the user’s activities, by specifying the beginning and the finish moment of the chronometration. Temporizable actions: - Running a file (program or script), of commands in Command Prompt and of actions such as turning the system off and restarting the computer, as well as returning to the login screen in Windows and logging off the current user. - Opening a document with the it’s type associated program (identified by the file extension) and of Internet addresses in the web browser. - Displaying a message; - Playing a beep or an audio file – chosen from a list or specified by the user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    AirGap

    Locks backup files disallowing malware (cryptolockers) to alter them

    ...AirGap is a Windows service that keeps specified files locked for writing, thus disallowing malware to alter them. 31/04/2017 - First idea. 7/05/2017 - 1.0 Release. Usage: On the backup storage machine install AirGap as a service from elevated command prompt: sc create "AirGap" binPath= "C:\Program Files\AirGap\AirGap.exe" In [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AirGap\Parameters] key define folders where files you want to lock and include/exclude masks: "Folder0001"="D:\\Backup\\Daily" "Include0001"="*.vbk; *.vbi" "Exclude0001"="*.tmp; *.temp" And finally start AirGap service: sc start AirGap When you need to remove old (or update) backup files - stop AirGap service, remove files and start service again.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A light-weight Regular Expression (regex) C library, using double-recursion. (command prompt tester included)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Curtain LogTrace File Activity Monitoring Icon
    Curtain LogTrace File Activity Monitoring

    For any organizations (up to 10,000 PCs)

    Curtain LogTrace File Activity Monitoring is an enterprise file activity monitoring solution. It tracks user actions: create, copy, move, delete, rename, print, open, close, save. Includes source/destination paths and disk type. Perfect for monitoring user file activities.
    Learn More
  • 10
    HMTsu

    HMTsu

    HMTsu is a gksu-like tool, frontend to devel-su, sudo and ariadne.

    HMTsu (pronounced 'harmattan-su') is a gksu-like tool for N9 smartphone, frontend to devel-su, sudo and ariadne. It provides graphical password prompt and GUI to launch apps with root priveleges without the need to open terminal and run mentioned tools directly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    command_line_copy_paste

    small tool for copy&paste std out within terminal

    Linux command line tool to copy output from std out and paste into command line again, without using mouse selection
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    C++ Command Prompt

    C++ Command Prompt

    Open Source Command Prompt using C++ with Windows CMD functions.

    I have just created the Command Prompt’s few commands for my CMD using C++ for mini project. Still my CMD projects is in initial level and I am working to make it more and more better.! :) This is the version which compiled using the “Borland compiler 5.5″. As we are bit restricted to use this compiler for our programs.But I am sure it’s not very difficult to Convert it into ANSI C++ format. But I will update this project after some days with many new function of original Command Prompt.You...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    UFCPP

    UFCPP

    UFCPP - The Unofficial Fullscreen Command Prompt Patcher

    Make Cmd Fullscreen with a Hotkey: Alt+Enter (Customizable) + Hotkey to open a new cmd window: Ctrl+Win+C (Customizable) This is FREE software and should not be sold.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Allows control of fans in Apple computers in Windows and monitoring of temperatures. All Intel Macs supported + any conflicting programs are automatically closed and reopened. Project is no longer being actively developed. See forum for alternatives.
    Downloads: 59 This Week
    Last Update:
    See Project
  • 15
    Command-Prompt vector Calculator (Vector Product, Dot Product, Cross product) with Adaption for Geology (Borehole-Plane Intersection Angle, and Plane-Plane Intersection Orientation). *.csv File Input Supported. (Described in Help (/?))
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This is another distributor of "fortune" for windows. Developped for the command line on Command Prompt and for windows with GUI very easy to use. (Including the fortune-it pack and fortunes of the author)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Readfile A simple command line tool to read files. If no file is given as the command prompt a prompt where spaces can be used is presented. It's kind of like cat, only without all the extra features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is a program that will give you the option to use cmd, however if you are not in a position to use cmd it will emulate the command prompt for you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A C++ library that uses readline to implement a very flexible command-prompt. Seamlessly manages types and variables, function signatures, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Woo Shell is an alternative to the normal Windows command prompt (cmd.exe). It is inspired by linux shells such as bash, csh and by the xterm terminal. It supports filename completion, stdio piping and redirection, copy/paste.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Advanced Makefile Generator (AMakeGen) is a tool allowing Dev-C++ users to compile C++ projects using Qt without the use of the command prompt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    FPSConsole is an command prompt replacement for Windows 2000/XP operating systems. It can be extended with almost any scripting language and it aims to very configurable. NOTE: THIS PROJECT IS DEAD AND NO LONGER UPDATED!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CL - Matrix - GUI: The main purpose of the project addressing to the command line prompt riders.. This will be wokring mainly as a library for C++, allowing programmers to use pseudo grafics in their applications. CL - Matrix - Enviroment: A real envi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This is a command-line based chat program. It can be run on all versions of Windows and most versions of linux. You can run the entire program from Command Prompt. It offers an easy and quick way to chat to another person on a network or the internet priv
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB