-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added .gitignore - Added check for malicious commands - Added Tabs - Added Font settings - Added About page - Remove reghelp.txt - Fixed cls command not working - Fixed output of commands like bcdedit - Move BasicCommandsPage to Help
- Loading branch information
1 parent
640ded9
commit bc4bcd0
Showing
24 changed files
with
845 additions
and
761 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.vs | ||
src/AppPackages | ||
src/bin | ||
src/obj | ||
src/BundleArtifacts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.2.32630.192 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Command Prompt", "src\Command Prompt.csproj", "{581F8149-D518-4CD8-8BEB-929820259AC7}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|ARM = Debug|ARM | ||
Debug|ARM64 = Debug|ARM64 | ||
Debug|x64 = Debug|x64 | ||
Debug|x86 = Debug|x86 | ||
Release|ARM = Release|ARM | ||
Release|ARM64 = Release|ARM64 | ||
Release|x64 = Release|x64 | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Debug|ARM.ActiveCfg = Debug|ARM | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Debug|ARM.Build.0 = Debug|ARM | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Debug|ARM.Deploy.0 = Debug|ARM | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Debug|ARM64.ActiveCfg = Debug|ARM64 | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Debug|ARM64.Build.0 = Debug|ARM64 | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Debug|ARM64.Deploy.0 = Debug|ARM64 | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Debug|x64.ActiveCfg = Debug|x64 | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Debug|x64.Build.0 = Debug|x64 | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Debug|x64.Deploy.0 = Debug|x64 | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Debug|x86.ActiveCfg = Debug|x86 | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Debug|x86.Build.0 = Debug|x86 | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Debug|x86.Deploy.0 = Debug|x86 | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Release|ARM.ActiveCfg = Release|ARM | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Release|ARM.Build.0 = Release|ARM | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Release|ARM.Deploy.0 = Release|ARM | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Release|ARM64.ActiveCfg = Release|ARM64 | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Release|ARM64.Build.0 = Release|ARM64 | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Release|ARM64.Deploy.0 = Release|ARM64 | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Release|x64.ActiveCfg = Release|x64 | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Release|x64.Build.0 = Release|x64 | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Release|x64.Deploy.0 = Release|x64 | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Release|x86.ActiveCfg = Release|x86 | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Release|x86.Build.0 = Release|x86 | ||
{581F8149-D518-4CD8-8BEB-929820259AC7}.Release|x86.Deploy.0 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {F70F5B0F-7285-428F-9DDD-E3E8BE98CADD} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.