Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Using the Run Utility
Name: tonypitt Date: August 12, 2005 at 07:40:18 Pacific OS: Windows XP SP2 CPU/Ram: Pentium 4 1GM Ram
Comment:
I am trying to find out if there is a way to use the run utility in windows xp for doing things like creating a directory in an existing directory and so on. I have tried using the commands that you would use in the command line interface and they dont seem to work. Is there a list of commands to do things like this using just the run utility in windows?
Name: ntengineer Date: August 12, 2005 at 09:17:46 Pacific
Reply:
When you are at a command prompt, you are running within cmd.exe. When you use "run" its not running within cmd.exe. However, you can RUN cmd.exe passing in /c (which tells it to terminate at the end of the command) then followed by the command. For example:
(in the run box) cmd.exe /c mkdir c:\blah
If you open a command prompt, and type in cmd.exe /? then you can see all the parameters available.
0
Response Number 2
Name: tonypitt Date: August 12, 2005 at 13:08:29 Pacific
Reply:
What would I type in to get the system time using the run command?
0
Response Number 3
Name: jefro Date: August 12, 2005 at 15:16:36 Pacific
Summary: A. The Run history is stored in the registry in location HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU as a series of values a-z. To delete an entry from the run menu pe...
Summary: Edog I need to know the context that i would use for runas on a single user computer Admin/User acount on a single computer. How would i use it for the user to run a program that needs admin rights u...
Summary: Don't use the Run utility in the Start menu, goto Start > Programs > Accessories, and click on the command prompt icon there. You should then get a command prompt which stays open for you to work in. ...