What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » add/remove prgrams has stripes

add/remove prgrams has stripes
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: RE: add/remove prgrams has stripes
quote:
Originally posted by [MR]
cmd promt doesnt recognize the command...like it doesnt know what "C:\windows\service pack files" is  (i typed all of %windir%\Service Pack Files\i386\appwiz.cpl %windir$\system32 in command prompt)
When you get that error the logic step would be to verify that the location is correct for your case. Use Windows Explorer or whatever to see what the exact location is....

Also, if you do have spaces in the name of the directory (and/or file) always use quotes...

copy c:\blah blah\hello there.txt c:\file.txt
will never work because spaces are delimiters for parameters. There is no way that windows can know if you meant copy:
  "c:\blah blah\hello there.txt" to "c:\file.txt"
or copy
  "c:\blah blah\hello" to "there.txt"

In fact, even if you don't have spaces it is always wise to use quotes in +Win32... So, use
copy "c:\blah blah\hello there.txt" c:\file.ext
instead...

This post was edited on 03-24-2006 at 12:58 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
03-24-2006 12:52 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
add/remove prgrams has stripes - by [MR] on 03-22-2006 at 11:29 PM
RE: add/remove prgrams has stripes - by Chris4 on 03-22-2006 at 11:44 PM
RE: add/remove prgrams has stripes - by matty on 03-23-2006 at 12:05 AM
RE: add/remove prgrams has stripes - by Hank on 03-23-2006 at 12:22 AM
RE: add/remove prgrams has stripes - by ShawnZ on 03-23-2006 at 12:28 AM
RE: add/remove prgrams has stripes - by [MR] on 03-23-2006 at 02:38 AM
RE: add/remove prgrams has stripes - by Chris4 on 03-23-2006 at 02:54 AM
RE: add/remove prgrams has stripes - by [MR] on 03-23-2006 at 02:56 AM
RE: RE: add/remove prgrams has stripes - by CookieRevised on 03-24-2006 at 12:52 AM
RE: add/remove prgrams has stripes - by RaceProUK on 03-23-2006 at 02:10 PM
RE: add/remove prgrams has stripes - by Birdo on 03-23-2006 at 02:13 PM
RE: add/remove prgrams has stripes - by Veggie on 03-23-2006 at 02:17 PM
RE: add/remove prgrams has stripes - by [MR] on 03-23-2006 at 09:56 PM
RE: add/remove prgrams has stripes - by RaceProUK on 03-24-2006 at 12:08 AM
RE: add/remove prgrams has stripes - by ShawnZ on 03-24-2006 at 01:26 AM
RE: add/remove prgrams has stripes - by [MR] on 03-24-2006 at 04:54 AM
RE: add/remove prgrams has stripes - by RaceProUK on 03-24-2006 at 04:00 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On