Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.

Groophy-Inc/Groophy.CmdFunc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CmdFunc

NuGet version (Groophy.CmdFunc)

Source Code

Usage

example

CmdFunc c = new CmdFunc(false, "C:/");
Console.WriteLine(c.Input("Echo hello world"));

output:

Hello world

an other example

CmdFunc c = new CmdFunc(false, "C:/");
Console.WriteLine(c.Input("dir"));

output:

work

Follow Code

followcode

~Groophy Lifefor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages