Advertisement

01.30.2008 at 06:58PM PST, ID: 23125211
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.2

Start a program in Terminal Services Win2K3

Asked by dcohn in Remote Desktop/Terminal Services, Windows 2003 Server

I reference question ID:22457941.

I have the same issue when I attempt to use JPSOFT TakeCommand instead of a Batch file.

I want something that is not so ugly to present to the user a choice of starting two spplications.
I have written a rather crude cmd file (see snippet of it below)

This works and does what I desire.

This server is NOT in a domain.  There are only 8 or 10 users that require this so editing their environment works.  It is a server that is remote hostyed running their accounting application.

I would love a sample of a VBscript that would give me a prompt with a choice for the user preferably to click one of two icons for application A or B and possibly a cancel as well.

Thanks very much

DougStart Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
@echo off
 
mode con cols=60
mode con lines=10
 
CHOICE /C 52 /M "Press 5 for Navision5, 2 for Navision2
 
if errorlevel 255 notepad.exe
if errorlevel 2 goto nav2
if errorlevel 1 goto nav5
 
 
:NAV5
start "test" "C:\Program Files\Microsoft Dynamics NAV\CSIDE Client\fin.exe" servername=DDFnav5server
exit
 
:NAV2
start "test" "C:\Program Files\Navision Financials\fin.exe" servername=navserver
exit
 
Loading Advertisement...
 
[+][-]01.30.2008 at 09:28PM PST, ID: 20784195

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01.30.2008 at 11:29PM PST, ID: 20784637

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02.04.2008 at 02:44PM PST, ID: 20818901

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Remote Desktop/Terminal Services, Windows 2003 Server
Sign Up Now!
Solution Provided By: tsmvp
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20081112-EE-VQP-42 / EE_QW_EXPERT_20070906