CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - command shell
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - command shell - List
[
Windows Develop
]
squirrelsh-1.2.3-src
DL : 0
Squirrel Shell is made as a cross-platform alternative to system shells like bash in Linux and cmd.exe (command.com) in Microsoft Windows. It is based on scripting language "Squirrel".
Date
: 2025-12-18
Size
: 659kb
User
:
dreamgate
[
Windows Develop
]
20081020_7f3716f4c544a423e5746Mg7s0kSLgTy
DL : 0
exe作成服务启动的代码,简单的c语言编写,是实现程序(木马)自启动的最好方式,能够逃脱杀毒软件的监视! -A remote administratio/bot source. Get command through either http or irc. Can execute a command on a specific time, uses simple XOR encryption for command file transfer. Also has embeded a replacemed connect-back shell. The structure of the command file is explained in the source. [Use visual studio 2008]
Date
: 2025-12-18
Size
: 3.45mb
User
:
jmjjhjmk
[
Windows Develop
]
km
DL : 0
文件维护 文件、文件夹批量上传,下载,删除,创建,重命名,断点续传等 屏幕监视 差异算法合适网络极差的情况下传输,传输速度快,控制屏幕 远程终端 一个适用的shell,完成远程CMD,右键剪贴板集成3389端口和用户检查命令 视频监视 查看远程摄像头 集群控制 可同时控制多台主机,对WEB网站进行压力测试 超强免杀 过内地、国外各种多见杀软。生成出来的客户端16 KB大小,并且没加壳. 有任何问题,请联系QQ:643358577,群6467438-File maintenance file, file folder bulk upload, download, delete, create, re-named, such as breakpoint Resume screen Jianshichayi Suanfageshi the Qing Kuang Wang Luo under poor transmission, and fast and Kongzhibingmu a Shi Yong Yuan Cheng terminal' s shell, complete remote CMD, right-clipboard 3389 port and integrated video surveillance View user checks the command remote control camera cluster can simultaneously control multiple hosts, stress testing on the WEB site killed a super free mainland and abroad to kill a variety of more common soft. Generated out of 16 KB size of the client, and not packers. Have any questions, please contact QQ: 643358577, group 6467438
Date
: 2025-12-18
Size
: 382kb
User
:
可明
[
Windows Develop
]
CommandPromptExplorerBar
DL : 0
Windows资源管理器的扩充,提供命令行的显示。-This tool extends explorer with functionality of a command prompt. Implemented as a band object completely in C#. Demonstrates COM Interop and P/Invoke, windows hooking and API interception. Finally you can run all these .Net SDK tools and ‘Hello World!’ programs without leaving explorer shell.
Date
: 2025-12-18
Size
: 230kb
User
:
徐泽雄
[
Windows Develop
]
dos-shell
DL : 0
远程执行cmd命令程序。。权限为系统管理源-Remote execution of cmd command procedures. . Source of authority for the system management
Date
: 2025-12-18
Size
: 6.31mb
User
:
wangkerun
[
Windows Develop
]
VirtualWifiControler
DL : 0
一个Win7下面方便开启Virtual Wifi的软件,利用Windows7自带的命令netsh wlan ,就是一个外壳软件-A Win7 following convenient to open the Virtual Wifi software Windows7 comes with the command netsh the wlan is a shell software
Date
: 2025-12-18
Size
: 137kb
User
:
高赞
[
Windows Develop
]
PPocketCMMDo
DL : 0
PocketCMD是与pocketconsole配合实用用的命令行解释器(Shell),用于Windows CE平台 -PocketCMD with pocketconsole with the utility with the command line interpreter (Shell) for the Windows CE platform
Date
: 2025-12-18
Size
: 121kb
User
:
qinzhifan
[
Windows Develop
]
Mmsnnshell-11s
DL : 0
MsnShell 1.0 ,一种隐藏通道工具,外网的计算机能避开防火墙的严格数据审查,远程控制一台内网计算机。它把Shell命令/响应隐蔽地封装装在MSN协议中传送出去。必要时还能将MSN协议包封装装在HTTP协议中传送出去。它无需安装客户端,只由一个可执行程序源码组成服务端。 -MsnShell 1.0, a hidden channel tool, the computer outside the network firewall can avoid the strict review of the data, the remote control within a network computer. Shell command/response covertly package installed in the MSN protocol is sent. If necessary, to MSN protocol packets encapsulated in a HTTP protocol sent. It does not need to install the client service side of an executable program source.
Date
: 2025-12-18
Size
: 55kb
User
:
decents
[
Windows Develop
]
16
DL : 0
摘要:VB源码,网络相关,网络连接检查 VB网络连线检查的程序源代码,主要是使用Ping命令实现,运行后生成BAT文件,官方提示说只能运行于Windows98系统中,不过测试时候,在XP系统下也正常运行了,而且检测结果并无异常。基本原理是:建立一个Bat 档,在这个Bat 档中,设定: 随便 Ping 一个在 Internet 上的 Server 二次,将结果写入文字档 Test.txt 在这伫, 我们以Ping www.hinet.net 为例进行Ping的检查。 开始检查是否连线,执行我们建立的 Bat 档 --> Ping TestString = "command.com /c " & App.Path & "Test.bat" Shell (TestString), vbHide 如果 Ping 成功, 写入文字档 Test.txt 的字串长度至少会大于 200 不过由于 Ping 的动作会延迟几秒钟,所以,我们让程式等待 5 秒钟。 -Summary: VB source, network-related, the network connection to check the VB network connection check program source code, mainly using the Ping command to achieve the BAT file generated after running the official suggested that it can only run in a Windows98 system, but the test time, XP system under normal operation, and no abnormal test results. The basic principle is: the establishment of a Bat file Bat file settings: casual Ping on the Internet Server twice, and writes the results to a text file Test.txt in this queue, we have to Ping www.hinet.net Ping check is an example. Start checking connections, the implementation we have created the Bat file-> the Ping TestString = " command.com/c" & App.Path & " Test.bat" Shell (TestString) vbHide if Ping is successful, write a text file Test a. txt string length at least greater than 200 but due to the Ping action will be delayed a few seconds, so we let the program wait for 5 seconds.
Date
: 2025-12-18
Size
: 2kb
User
:
asgfhh
[
Windows Develop
]
OIFSp
DL : 0
操作系统实验:模拟采用二级目录结构的磁盘文件系统中的文件操作。程序简单模拟了一个类unix的shell界面,并完成了实验中中所要求的具体内容。运行时需注意问题:初始用户名密码为root,登陆后可输入help命令查看命令格式获取帮助。 已通过测试。 -Operating system experiments: simulation using two disk file system directory structure, file operations. The program is simple to simulate a unix-like shell interface, and complete the specific requirements in the experiment. Runtime should pay attention to the problem: the initial user name password for root, after landing Enter the help command to view the command format for help. Has passed the test.
Date
: 2025-12-18
Size
: 18kb
User
:
hehe88999
[
Windows Develop
]
vbshutdown
DL : 0
VisualBasic6.0实现DOS定时关机源码,本程序就直接利用了“Shell”的命令代码,是一个引用cmd介入命令的代码,比如想测试网速: -VisualBasic6.0 DOS timer shutdown source, the program will directly use the "Shell" command code, a reference cmd intervene in the code of the command, for example, wanted to test the network speed:
Date
: 2025-12-18
Size
: 88kb
User
:
詹明辉
[
Windows Develop
]
Sar
DL : 0
将Shell命令和其缩写存储在程序中,再通过程序传入缩写参数执行Shell命令-Shell command store
Date
: 2025-12-18
Size
: 4kb
User
:
谢东
[
Windows Develop
]
AcctManager
DL : 0
这个小GUI需要您输入的用户名和密码并创建一个帐户,用户名和密码在电脑你运行程序上。这个GUI使用Windows shell命令来创建一个新用户-This small GUI requires you to enter a user name and password and create an account, user name and password on the computer you run the program. The GUI uses the Windows shell command to create a new user
Date
: 2025-12-18
Size
: 206kb
User
:
滑溜肉片
[
Windows Develop
]
VirtualWifiControler
DL : 0
一个Win7下面方便开启Virtual Wifi的软件,利用Windows7自带的命令netsh wlan ,就是一个外壳软件-A Win7 following convenient to open the Virtual Wifi software Windows7 comes with the command netsh the wlan is a shell software
Date
: 2025-12-18
Size
: 137kb
User
:
etorev
[
Windows Develop
]
VirtualWifiControler
DL : 0
一个Win7下面方便开启Virtual Wifi的软件,利用Windows7自带的命令netsh wlan ,就是一个外壳软件-A Win7 following convenient to open the Virtual Wifi software Windows7 comes with the command netsh the wlan is a shell software
Date
: 2025-12-18
Size
: 137kb
User
:
ebythe
[
Windows Develop
]
vbshellrun
DL : 0
VB6用代码运行其他程序,使用shell命令来运行windows的记事本程序,具体代码请下载压缩包,代码很简。关于shell函数:作用是运行一个外部可执行文件。它的参数有:程序名(假如那个程序在不同文件夹,并且不是系统文件,则需要详细路径)。运行方式:假设你想要运行C盘根目录的ABC.EXE,则第一个参数需要:"C:\\ABC.EXE"-VB6 code to run with the other programs, use the shell command to run windows Notepad program, please download the compressed package specific code, the code is very simple. About shell function: the role is to run an external executable file. Its parameters are: the program name (if that program in a different folder, and not a system file, you need a detailed path). Run: Suppose you want to run the C root directory ABC.EXE, the first parameter needs: "C: \ \ ABC.EXE"
Date
: 2025-12-18
Size
: 1kb
User
:
赵坤东
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.