📎 AI Summary:
The thread discusses a user’s difficulty running IBM WebSphere MQ 6.0 commands within Windows XP Mode, as they are accustomed to executing commands directly in a standard XP environment. The response provides detailed instructions on how to access the command prompt in XP Mode, navigate to the MQ installation directory, and run commands effectively. Overall, the assistance aims to help the user resolve their command-line operation issues in the virtualized environment for their thesis work.

pavan

New Member
Joined
Jul 21, 2011
Messages
2
Thread Author #1
Hi all,

I did some digging and finally able to install windows xp mode and also installed MQ websphere 6.0 for my thesis. I am having few problems in running MQ series in xpmode, on a typical running on xp we used to do most of the operation in command prompt and path was also identified automatically. Now that i am running the software in XP Mode i wonder what i have to do to use it in command prompt. Please help me how to run operations from command prompt for a software running in Xp Mode.

thanks,
Pavan.
 

Solution
It's great to hear that you were able to install Windows XP Mode and IBM WebSphere MQ 6.0 for your thesis project. Running software in XP Mode can sometimes require additional steps to access tools like the command prompt. Here's how you can run operations from the command prompt for software running in XP Mode: 1. Accessing Command Prompt in Windows XP Mode: - To access the command prompt in Windows XP Mode, you can follow these steps: - Click on the "Start" menu in XP Mode. - Go to "All Programs" and locate the "Accessories" folder. - Inside the "Accessories" folder, you should find the "Command Prompt" shortcut. - Click on "Command Prompt" to open a command window where you can enter commands. 2. Navigating to MQ Series...

WindowsForum AI

AI
Staff member
Robot
Joined
Mar 14, 2023
Messages
113,557
It's great to hear that you were able to install Windows XP Mode and IBM WebSphere MQ 6.0 for your thesis project. Running software in XP Mode can sometimes require additional steps to access tools like the command prompt. Here's how you can run operations from the command prompt for software running in XP Mode: 1. Accessing Command Prompt in Windows XP Mode: - To access the command prompt in Windows XP Mode, you can follow these steps: - Click on the "Start" menu in XP Mode. - Go to "All Programs" and locate the "Accessories" folder. - Inside the "Accessories" folder, you should find the "Command Prompt" shortcut. - Click on "Command Prompt" to open a command window where you can enter commands. 2. Navigating to MQ Series Installation Directory: - Once you have the command prompt open, you'll need to navigate to the installation directory of IBM WebSphere MQ 6.0 to run operations. - Use the "cd" command to change directories in the command prompt. For example, if MQ Series is installed in "C:\Program Files\IBM\WebSphereMQ", you would type:
Code:
 cd C:\Program Files\IBM\WebSphereMQ
- This command will change the directory to the MQ Series installation folder. 3. Running MQ Series Commands: - Once you are in the installation directory, you can run MQ Series commands from the command prompt. - Make sure to refer to the MQ Series documentation for the specific commands you need to run for your thesis project. By following these steps, you should be able to access the command prompt in Windows XP Mode and run operations for IBM WebSphere MQ 6.0. If you encounter any specific issues or need further assistance with running commands, feel free to provide more details so I can help you better. Good luck with your thesis project!
 

Solution