how to open a folder
Moderators: JRL, Dorian (MJT support)
how to open a folder
What's the best way to open a folder (the equivalent of "Start - Run - c:\foobar")?
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
We can debate about "best way" but this way works:
Note: Use "command.com" for Win9X systems, "cmd" for NT/XP/2K systems.Run Program>command.com /c start c:\foobar
Last edited by Bob Hansen on Sat Sep 18, 2004 9:16 pm, edited 1 time in total.
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!
Interesting command... but can you tell me where am I wrong?Bob Hansen wrote:We can debate about "best way" but this way works:Note: Use "command.com" for Win9X systems, "com" for NT/XP/2K systems.Run Program>command.com /c start c:\foobar
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\diego>command /c c:\temp
Bad command or file name
C:\DOCUME~1\diego>command /c start c:\temp
Bad command or file name
C:\DOCUME~1\diego>command.com /C start c:\temp
Bad command or file name
C:\DOCUME~1\diego>command.exe /C start c:\temp
'command.exe' is not recognized as an internal or external command,
operable program or batch file.
C:\DOCUME~1\diego>command.com /C start c:\
Bad command or file name
C:\DOCUME~1\diego>
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
Sorry, error in my instructions. I have corrected it.
I should have said use "cmd" with XP, not "com"
Sorry for the confusion. Thanks again Lumumba for making that correction. Maybe you can correct your quote of my corrected line?...
Hmm, do I recall that you cannot edit? Ever get that fixed?
(Actually "com" was not tried by dsdsds anyway, only "command" variations).
I should have said use "cmd" with XP, not "com"
Sorry for the confusion. Thanks again Lumumba for making that correction. Maybe you can correct your quote of my corrected line?...
Hmm, do I recall that you cannot edit? Ever get that fixed?
(Actually "com" was not tried by dsdsds anyway, only "command" variations).
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!