Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
install.cmd
Package: mrtg-2.13.2.zip [view]
Upload User: shbosideng
Upload Date: 2013-05-04
Package Size: 1555k
Code Size: 1k
Category:
SNMP
Development Platform:
C/C++
- @ECHO OFF
- REM
- IF NOT /%OS%/ == /Windows_NT/ GOTO NOT_NT
- IF /%SystemDrive%/ == // GOTO NOT_SystemDrive
- IF /%SystemRoot%/ == // GOTO NOT_SystemRoot
- REM
- REM
- IF NOT EXIST 5Mrtg.Exe GOTO NOT_5Mrtg
- IF NOT EXIST 5Mrtg.Reg GOTO NOT_Reg
- REM
- REM
- REM SystemDrive=C:
- REM SystemRoot=C:WINNT
- REM
- START 5mrtg.Reg
- REM
- COPY /Y 5mrtg.Exe %SystemRoot%System32
- %SystemDrive%
- CD %SystemRoot%System32
- 5mrtg.Exe -install
- NET START mrtg5
- CD
- REM
- GOTO FIN
- REM
- REM
- :NOT_NT
- ECHO This is NOT Windows NT
- GOTO FIN
- REM
- :NOT_SystemDrive
- ECHO SystemDrive NOT defined
- GOTO FIN
- REM
- :NOT_SystemRoot
- ECHO SystemRoot NOT defined
- GOTO FIN
- REM
- :NOT_5Mrtg
- ECHO 5mrtg.exe NOT found
- GOTO FIN
- REM
- :NOT_Reg
- ECHO 5mrtg.Reg NOT found
- GOTO FIN
- REM
- :FIN
- REM -=EOF=-