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

Latest commit

 

History

History
29 lines (23 loc) · 804 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 804 Bytes

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