Go Back   PCMech Forums > Windows Support > Windows Legacy Support (XP and earlier)

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 11-06-2003, 04:53 AM   #1
Member (8 bit)
 
Join Date: May 2000
Posts: 219
How do I use DOS to...

I have a couple of questions:

1. How do I execute a program using DOS? A program like a game that is stored in the Program Files directory?

2. I need to export a list of all the services that are currently runnin on my computer to a txt file, but when I do that it isn't formated and it gives me the full description. Does anyone know how I can just save the services that are currently running on my machie?


Thanks people
copyright_1978 is offline   Reply With Quote
Old 11-06-2003, 06:33 AM   #2
Premium Member
 
Statica's Avatar
 
Join Date: Jun 1999
Posts: 9,231
1.
a) Open up a CLI (START > RUN > cmd)
b) Navigate to the appropriate directory that contains the executable of the game .. for example
Code:
cd \"Program Files"\GameName\Data\Game.exe
syntax explanation
cd = change directory
\ = the directory levels .. since you started with a \ it defaults to the root directory of the particular drive (I am assuming that you are in the same drive as the program files)
"Program Files" = Any long name directory (over 8 characters in length or those containing spaces are best enclosed in ""s)
GameName.exe = you can technically only address an executable file to get it to run.

2.
a) Go to your services list (START > RUN > services.msn)
b) ACTION menu > Export List ...
c) In the Save type as select Text (Comma separated values .. .CSV .. now save to a filename of your choice
(d) Open up the saved csv file in excel .. it should be formatted with descriptions in specific columns - simply delete the column you dont want
Statica is offline   Reply With Quote
Old 11-07-2003, 09:19 AM   #3
Member (8 bit)
 
Join Date: May 2000
Posts: 219
Thanks mate. got it.
copyright_1978 is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 07:47 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2