Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
command console (template)
Language:
Ada
Assembly
Bash
C#
C++ (gcc)
C++ (clang)
C++ (vc++)
C (gcc)
C (clang)
C (vc)
Client Side
Clojure
Common Lisp
D
Elixir
Erlang
F#
Fortran
Go
Haskell
Java
Javascript
Kotlin
Lua
MySql
Node.js
Ocaml
Octave
Objective-C
Oracle
Pascal
Perl
Php
PostgreSQL
Prolog
Python
Python 3
R
Rust
Ruby
Scala
Scheme
Sql Server
Swift
Tcl
Visual Basic
Layout:
Vertical
Horizontal
'just edit some part that is editable unless your advanced at v.b., you can edit all 'Created by zhiyan114 (download a simlar version at zdata2.tk/administration) ' do elseif cmd = "commandname" then to add more commands Imports System Imports System.Collections.Generic Imports System.Linq Imports System.Text.RegularExpressions Namespace Rextester Public Module Program Public Sub Main(args() As string) Console.WriteLine("command console loaded...") 'any boot up message goes here while true dim cmd as string = Console.ReadLine() if cmd = "cmds" then ' add a command and discription when you made a command in cmds so people can see the commands Console.WriteLine("cmds - show list of commands") Console.WriteLine("version - show the version of this console") Console.WriteLine("get - get the orignal version of the console or buy it") elseif cmd = "version" Console.WriteLine("About:") Console.WriteLine("Version: 1 (template)") ' Change this to the version of the command console you made Console.WriteLine("Created by [Yourname]") ' Change your zhiyan114 to your name/username or nick name Console.WriteLine("co-developer is zhiyan114") ' don't edit this please elseif cmd = "get" then ' dont touch this part please Console.WriteLine("Link: zdata2.tk/administration") Console.WriteLine("That the link to download the orignal version of the console") else Console.WriteLine("Sorry, this command is not made by the developer") 'A message that display when someone typed a command that you didnt make end if end while End Sub End Module End Namespace
Show compiler warnings
[
+
]
Show input
edit mode
|
history
|
discussion