Home / Microsoft / Microsoft DOS / Batch File creation
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] - (Bottom) Print
Author Topic: Batch File creation  (Read 448 times)
Karnkarunesh
Topic Starter
Newbie



Posts: 1


« on: November 13, 2009, 10:18:37 PM »

I am trying to create batch file to run a perticular file kept at this location....

C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools
From this location again I need to select Component Services and under that this file need to to be run:

Computers\My Computer\COM+ Applications

Please help how to go to this specific location with the help of Batch file.
IP logged
Sidewinder
Guru



Thanked: 89
Posts: 4,315

Experience: Experienced
OS: Windows XP

« Reply #1 on: November 14, 2009, 08:05:10 AM »

Code: [Select]
cd /d "C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools"
"Component Services.lnk"

Component Services is a shortcut file which launches a snap-in for the Windows Instrumentation. Once launched a window appears which requires mouse clicks on Computers, My Computer, and COM+ Applications. You'll need a Windows Script which can handle mouse clicks or something like Autoit.

Good luck.  8)
IP logged

If you don't know where you are going, any road will get you there

                                                                            -Lewis Carroll
Pages: [1] - (Top) Print 
Home / Microsoft / Microsoft DOS / Batch File creation « previous next »
 


Login with username, password and session length

Old Forum Search | Forum Rules
Copyright © 2010 Computer Hope ® All rights reserved.
Powered by SMF 2.0 RC3 | SMF © 2006–2010, Simple Machines LLC
Page created in 0.07 seconds with 20 queries.