★How to customize the cmd.bat file
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor]
"AutoRun"="cd /d c:\\"
★How to kill a remote login session in Windows server 2008?
C:\>reset session 2 /server:qapc07
refer to: http://www.petri.co.il/forums/showthread.php?t=48285
or forcely login with
C:\>mstsc /console /v:ip
★ a bat script using for.
@echo off
set
service_dir=C:\qa\grid\6.0\GridServerSDK-win32\examples\service
set
project_dir=%service_dir%\adder
for /l %%x in (1,0,9) do (
cd %project_dir%
call "runJava.bat"
cd ../calculator
call "runJava.bat"
)
pause
分享到:
相关推荐
Windows Server 2008 R2 Unleashed is the most comprehensive and realistic guide to planning, design, prototyping, implementation, migration, administration, and support. Based on the authors’ ...
Fully updated for Windows Server 2008 and Windows Vista, this classic guide delivers key architectural insights on system design, debugging, performance, and support—along with hands-on experiments ...
Migration from Windows Server 2008 and 2008 R2 to 2012 How-to
博文链接:https://tomshen.iteye.com/blog/192140
原版Hacking - Firewalls And Networks How To Hack Into Remote Computers.pdf
Welcome to MCTS 70-640 Exam Cram: Windows Server 2008 Active Directory, Configuring. This book aims to help you get ready to take—and pass—Microsoft Certification Exam 70-640: TS: Windows Server ...
How to use epoll A complete example in C How to use epoll A complete example in C How to use epoll A complete example in C How to use epoll A complete example in C
How to login in to JSP
How to impement snmp v3 in windows xp
Utilities for terminal services: qwinsta and rwinsta
The book is a single source for learning how to secure Windows 8 in many systems, including core, endpoint, and anywhere access. ☆ 出版信息:☆ [作者信息] Thomas W Shinder, Yuri Diogenes, Debra ...
How To Connect To The FTP Server
演示如何在NetBeansIDE5.5连接SQL Server 2000 本文件为flash
《Sams.Windows.Server.2008.How.To.Jul.2009》是一本针对Windows Server 2008操作系统深入实践的指南,由知名出版商Sams于2009年7月发布。该压缩包包含的唯一文件是同名PDF文档,很可能包含了关于如何有效地使用和...
(How to Write a (Lisp) Interpreter (in Python))和(An ((Even Better) Lisp) Interpreter (in Python))的翻译,对解释器实现原理和函数式编程敢兴趣的可以下载看看!
Windows Server 2012 Security from End to Edge and Beyond shows you how to architect, design, plan, and deploy Microsoft security technologies for Windows 8/Server 2012 in the enterprise. The book ...