Mrgaton / CRUNInstaller

A program to interact with the pc through websites :p

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status CodeFactor Codacy Badge MIT License visitors Downloads

CRUNInstaller

A crappy project that I am experimenting to be able to interact with the computer from web pages

Examples:

crun.exe run [ShowWindow] [UseShellExecute] [FileName] [Arguments]"
crun.exe cmd [ShowWindow] [CloseOnEnd] [Command\\Batch URI]
crun.exe ps1 [ShowWindow] [UseShellExecute] [Command\\Powershell Script URI]

To use from a website

var iframe = document.createElement('iframe');
iframe.style.display = 'none';
document.body.appendChild(iframe);
iframe.src = 'crun://run/true/true/cmd';

About

A program to interact with the pc through websites :p

License:Apache License 2.0


Languages

Language:C# 100.0%