搜索资源列表
DOS_net
- dos网络命令大全 net use \\\\ip\\ipc$ \" \" /user:\" \" 建立IPC空链接 net use \\\\ip\\ipc$ \"密码\" /user:\"用户名\" 建立IPC非空链接 net use h: \\\\ip\\c$ \"密码\" /user:\"用户名\" 直接登陆后映射对方C:到本地为H: net use h: \\\\ip\\c$ 登陆后映射对方C:到本地为H: -dos network orders Daquan net
2006102715330116858
- VB.NET 动静态随机数.rar 运行平台 LINUX/UNIX Macintosh Windows Server 2003 Windows 2000 Windows XP Windows CE Windows 9*/ME Windows NT MS-DOS-VB.NET dynamic and static random number. Rar Linux operating platform / UNIX Macint osh Windows Server 2003 Windows 200
1-VC_get_DOS_Result
- 1-如何获取DOS窗口命令输出结果,C++.net(VS2005),调试过可执行。
netcalldoscmd
- 在NET中调用Dos命令,返回执行Dos命令后的结果.
GetShellOut
- 可以截获shell启动的程序的输入.. 当然主要的是用在截获DOS命令的输入了 用法很简单,如: MsgBox ExecuteCommandLineOutput(\"net user\", , 5) 如果有需要的话自个进行修改..自由发挥呵. 有什么玩VB的朋友可以加俺 QQ 30066129 (记得注上 Visual Basic哦) E-mail:kevp@163.com
Elevator
- 纯代码编写的电梯运行模拟在类似于DOS的界面下运行-Net code to prepare to run simulation in the elevator-like interface running under DOS
netcommands
- net命令大全,包含了命令行下的常用的dosnetwork命令-the commands unpubliced in DOS
Shell
- 基本上shell分两大类: 一:图形界面shell(Graphical User Interface shell 即 GUI shell) 例如:应用最为广泛的 Windows Explorer (微软的windows系列制作系统),还有也包括广为人知的 Linux shell,其中linux shell 包括 X windows manger (BlackBox和FluxBox),以及功能更强大的CDE、GNOME、KD、 XFCE。 二:命令行式 shell(Comm
DOS
- Some EXE files from vb.net.use it well.
Bitmap
- bitmap,dos环境运行良好,包含程序顺利运行的所有文件-Compiler Used Turbo c++ 3.0 I Found a Part of the code on the net and edited it according it my needs. It Can Accuratly Display 2,16 and 256 Colour Images In Dos. All Files Required For Smooth Running Of
DotNetBarSetupVS2008
- 成功在vs2010下成功使用DotNetBar 7.9.0.5版本,测试了vs2008也可以用。 DotNetBa7.9.0。5破解版(有msi安装程序,和覆盖破解patch、dll的)下载地址: http://download.csdn.net/source/2662570(里面的方法适合vs2008,在vs2010下用多一个步骤,看下文的第四步) 具体步骤 1.安装压缩包里的DotNetBarSetupVS2008Trial.MSI安装程序。 2.
ALL-STAR
- .NET框架下开发的协同办公平台,开发语言为C#,具有名片夹,代办事项,会议管理,日程安排,系统管理,员工管理等功能-. NET Framework platform developed under the coordination office, the development language is C#, with a business card holder, dos, conference management, scheduling, system management, staff
QuickStart_src
- QuickStart Delphi快捷键管理程序源代码,本程序用来快速的启动别的程序,并且加了net send功能,就是指定对方ip给对方发信息。还有就是使用这个软件可以隐藏桌面图表、激活DOS模式的TAB按键的自动完成。快捷启动你可以使用设置,安排快捷按键的启动程序,一共可以设定16个-QuickStart Delphi shortcuts management program source code, the program used to quickly launch another pr
ForbidenNet
- 禁用电脑网卡的快捷工具,可点击即可禁用网卡,省去进入网络连接等步骤-forbidden net by dos
MYPROJECT
- 此远程控制软件的原理是基于c/s框架的,分为服务器和客户端,先运行服务器在端口8086上监听客户端的连接 ,然后再运行客户端。为了使此软件能在整个网络中客户端都能连接到服务器,服务器必须拥有一个全球唯一的ip 地址,也就是一个公网的ip地址,为了使客户端能自动访问到服务器而不用输入服务器的IP地址,本软件采用服务器 绑定固定域名“lpy19926678.wicp.net”(可以下载一个花生壳然后申请自己的域名,这样对应的要在客户端程序中 自己修改)。客户端运行后首先进行域名解析,
nlause
- 在程序中得到dos窗口的显示输出,如在程序中执行dos命令,结果要返回到程序中,()