TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Prabhu Kumar Ramaswamy
NA
1
1.2k
Hide child processes from task manager
Jun 25 2014 7:02 AM
Hi,
I have to run Selenium Standalone.jar and IEServer.exe as a prerequisite to executing WebDriver Java scripts on a remote machine. Instead a running them from command prompt is it possible to build a utility which when started starts of the jar and exe.
Is it possible to only show the utility name in the task manager and not show Java.exe and IEServer.exe
The command to invoke jar and IEServer are
cd %~dp0
@set IE=-Dwebdriver.ie.driver="%~dp0\IEDriverServer.exe"
@set SELENIUM_SERVER_EXE=selenium-server-standalone-2.41.0.jar
start javaw %IE% -jar %SELENIUM_SERVER_EXE%
Reply
Answers (
0
)
Enum
Programming Question