Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Windows XP

Windows XP Discuss the Microsoft Windows XP Operating System

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 07-24-2007, 05:40 AM
Jethro
Newsgroup Contributor
 
Posts: n/a
COMMAND LINE NET COMMAND?

I am experimenting with the command-line command 'net'.

When I enter 'net view' I get several entries including one that says
'amd-part-1' as a share name and 'disk' as type.

I seem to remember that I once set 'amd-part-1' up as the share name
for c drive's partition1. I no longer use it.

Anyway, I want to get rid of it. How do I do that either as a command
or within XP itself?

Thanks

Jethro



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 07-24-2007, 05:40 AM
  #2 (permalink)  
Old 07-24-2007, 05:40 AM
Tom Porterfield
Newsgroup Contributor
 
Posts: n/a
Re: COMMAND LINE NET COMMAND?

Jethro wrote:
> I am experimenting with the command-line command 'net'.
>
> When I enter 'net view' I get several entries including one that says
> 'amd-part-1' as a share name and 'disk' as type.
>
> I seem to remember that I once set 'amd-part-1' up as the share name
> for c drive's partition1. I no longer use it.
>
> Anyway, I want to get rid of it. How do I do that either as a command
> or within XP itself?


Open Explorer, right click on the C drive and select Properties. Go to
the Sharing tab, select amd-part-1 in the share name drop list and click
the Remove Share button.
--
Tom Porterfield
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 07-24-2007, 06:00 AM
Jethro
Newsgroup Contributor
 
Posts: n/a
Re: Re: COMMAND LINE NET COMMAND?

On Tue, 24 Jul 2007 08:37:25 -0400, Tom Porterfield
<tpporter@mvps.org> wrote:

>Jethro wrote:
>> I am experimenting with the command-line command 'net'.
>>
>> When I enter 'net view' I get several entries including one that says
>> 'amd-part-1' as a share name and 'disk' as type.
>>
>> I seem to remember that I once set 'amd-part-1' up as the share name
>> for c drive's partition1. I no longer use it.
>>
>> Anyway, I want to get rid of it. How do I do that either as a command
>> or within XP itself?

>
>Open Explorer, right click on the C drive and select Properties. Go to
>the Sharing tab, select amd-part-1 in the share name drop list and click
>the Remove Share button.


Thanks for quick response Tom. I already tried that. I do not fine
'amd-c-1' there for some reason. I only find my current share name
'amd-c' and something called 'c$'. Any other ideas? Like a command
line command?

Jethro
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 07-24-2007, 06:00 AM
Tom Porterfield
Newsgroup Contributor
 
Posts: n/a
Re: COMMAND LINE NET COMMAND?

Jethro wrote:
>> Open Explorer, right click on the C drive and select Properties. Go to
>> the Sharing tab, select amd-part-1 in the share name drop list and click
>> the Remove Share button.

>
> Thanks for quick response Tom. I already tried that. I do not fine
> 'amd-c-1' there for some reason. I only find my current share name
> 'amd-c' and something called 'c$'. Any other ideas? Like a command
> line command?


Right click on My Computer and select Manage. This will bring up
Computer Management. Under the System Tools section expand Shared
Folders and select Shares. This will list all shares on your computer.
Does the amd-c-1 (or is it amd-part-1) appear under that? If so,
right click on it and select Stop Sharing.
--
Tom Porterfield
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 07-24-2007, 06:20 AM
Pegasus \(MVP\)
Newsgroup Contributor
 
Posts: n/a
Re: COMMAND LINE NET COMMAND?


"Jethro" <Wilson@somewhere.org> wrote in message
news:nqrba3t89lm33ajaslmnieec3sg4ov6h2j@4ax.com...
>I am experimenting with the command-line command 'net'.
>
> When I enter 'net view' I get several entries including one that says
> 'amd-part-1' as a share name and 'disk' as type.
>
> I seem to remember that I once set 'amd-part-1' up as the share name
> for c drive's partition1. I no longer use it.
>
> Anyway, I want to get rid of it. How do I do that either as a command
> or within XP itself?
>
> Thanks
>
> Jethro


The Command Prompt commands would be:
- net share (to list all existing shares)
- net share amd-part-1 /del (to delete the share)
- net share /? (to get brief help on "net share")
- net help share (to get full help on "net share")


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 07-24-2007, 06:50 AM
Jethro
Newsgroup Contributor
 
Posts: n/a
Re: Re: COMMAND LINE NET COMMAND?

On Tue, 24 Jul 2007 08:58:34 -0400, Tom Porterfield
<tpporter@mvps.org> wrote:

>Jethro wrote:
>>> Open Explorer, right click on the C drive and select Properties. Go to
>>> the Sharing tab, select amd-part-1 in the share name drop list and click
>>> the Remove Share button.

>>
>> Thanks for quick response Tom. I already tried that. I do not fine
>> 'amd-c-1' there for some reason. I only find my current share name
>> 'amd-c' and something called 'c$'. Any other ideas? Like a command
>> line command?

>
>Right click on My Computer and select Manage. This will bring up
>Computer Management. Under the System Tools section expand Shared
>Folders and select Shares. This will list all shares on your computer.
> Does the amd-c-1 (or is it amd-part-1) appear under that? If so,
>right click on it and select Stop Sharing.



Thanks again Tom.

I blew it in my reply by saying 'amd-c-1'. It is 'amd-part-1'. Dumb!

Anyway I tried what you say, above, and it worked just fine. Thanks

Jethro
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 07-24-2007, 06:50 AM
Jethro
Newsgroup Contributor
 
Posts: n/a
Re: Re: COMMAND LINE NET COMMAND?

On Tue, 24 Jul 2007 15:10:07 +0200, "Pegasus \(MVP\)" <I.can@fly.com>
wrote:

>
>"Jethro" <Wilson@somewhere.org> wrote in message
>news:nqrba3t89lm33ajaslmnieec3sg4ov6h2j@4ax.com.. .
>>I am experimenting with the command-line command 'net'.
>>
>> When I enter 'net view' I get several entries including one that says
>> 'amd-part-1' as a share name and 'disk' as type.
>>
>> I seem to remember that I once set 'amd-part-1' up as the share name
>> for c drive's partition1. I no longer use it.
>>
>> Anyway, I want to get rid of it. How do I do that either as a command
>> or within XP itself?
>>
>> Thanks
>>
>> Jethro

>
>The Command Prompt commands would be:
>- net share (to list all existing shares)
>- net share amd-part-1 /del (to delete the share)
>- net share /? (to get brief help on "net share")
>- net help share (to get full help on "net share")
>


Thanks for telling me 'net share amd-part-1 /del (to delete the
share)'. I will try to remember this in the future. I don't know why
I didn't see /delete under /?, but I didn't.

I used Tom's 'graphic' method to do the job, and as I said - it
worked.

Jethro
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 07-24-2007, 07:30 AM
Pegasus \(MVP\)
Newsgroup Contributor
 
Posts: n/a
Re: Re: COMMAND LINE NET COMMAND?


"Jethro" <Wilson@somewhere.org> wrote in message
news:jf0ca3lt9bv9cardn0nq2qpn48e090jove@4ax.com...
> On Tue, 24 Jul 2007 15:10:07 +0200, "Pegasus \(MVP\)" <I.can@fly.com>
> wrote:
>
>>
>>"Jethro" <Wilson@somewhere.org> wrote in message
>>news:nqrba3t89lm33ajaslmnieec3sg4ov6h2j@4ax.com. ..
>>>I am experimenting with the command-line command 'net'.
>>>
>>> When I enter 'net view' I get several entries including one that says
>>> 'amd-part-1' as a share name and 'disk' as type.
>>>
>>> I seem to remember that I once set 'amd-part-1' up as the share name
>>> for c drive's partition1. I no longer use it.
>>>
>>> Anyway, I want to get rid of it. How do I do that either as a command
>>> or within XP itself?
>>>
>>> Thanks
>>>
>>> Jethro

>>
>>The Command Prompt commands would be:
>>- net share (to list all existing shares)
>>- net share amd-part-1 /del (to delete the share)
>>- net share /? (to get brief help on "net share")
>>- net help share (to get full help on "net share")
>>

>
> Thanks for telling me 'net share amd-part-1 /del (to delete the
> share)'. I will try to remember this in the future. I don't know why
> I didn't see /delete under /?, but I didn't.
>
> I used Tom's 'graphic' method to do the job, and as I said - it
> worked.
>
> Jethro


No, don't try to remember this. It is far more important
for you to remember that the vast majority of commands
have inbuilt help, and how to access that help function.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #9 (permalink)  
Old 07-24-2007, 08:20 AM
Jethro
Newsgroup Contributor
 
Posts: n/a
Re: Re: Re: COMMAND LINE NET COMMAND?

On Tue, 24 Jul 2007 16:20:30 +0200, "Pegasus \(MVP\)" <I.can@fly.com>
wrote:

>
>"Jethro" <Wilson@somewhere.org> wrote in message
>news:jf0ca3lt9bv9cardn0nq2qpn48e090jove@4ax.com.. .
>> On Tue, 24 Jul 2007 15:10:07 +0200, "Pegasus \(MVP\)" <I.can@fly.com>
>> wrote:
>>
>>>
>>>"Jethro" <Wilson@somewhere.org> wrote in message
>>>news:nqrba3t89lm33ajaslmnieec3sg4ov6h2j@4ax.com ...
>>>>I am experimenting with the command-line command 'net'.
>>>>
>>>> When I enter 'net view' I get several entries including one that says
>>>> 'amd-part-1' as a share name and 'disk' as type.
>>>>
>>>> I seem to remember that I once set 'amd-part-1' up as the share name
>>>> for c drive's partition1. I no longer use it.
>>>>
>>>> Anyway, I want to get rid of it. How do I do that either as a command
>>>> or within XP itself?
>>>>
>>>> Thanks
>>>>
>>>> Jethro
>>>
>>>The Command Prompt commands would be:
>>>- net share (to list all existing shares)
>>>- net share amd-part-1 /del (to delete the share)
>>>- net share /? (to get brief help on "net share")
>>>- net help share (to get full help on "net share")
>>>

>>
>> Thanks for telling me 'net share amd-part-1 /del (to delete the
>> share)'. I will try to remember this in the future. I don't know why
>> I didn't see /delete under /?, but I didn't.
>>
>> I used Tom's 'graphic' method to do the job, and as I said - it
>> worked.
>>
>> Jethro

>
>No, don't try to remember this. It is far more important
>for you to remember that the vast majority of commands
>have inbuilt help, and how to access that help function.
>

Yeh - you're right. I am familiar with good old '/?' - I just didn't
read the result right. Due to senile eyeballs (which they are), I
guess. But then I am the same guy that couldn't remember amd-part-1
and called it amd-c-1. Due to senile brain cells (which they are).
Thanks again

Jethro
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

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 Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Where is the help for command line commands? Peter Flindt Windows Vista 6 07-24-2007 07:00 AM
Cannot paste to command line Andrew Zirkel Windows Vista 2 07-16-2007 05:30 PM
IE7 Command Line Switches? Stephen Edgar Internet Explorer 3 05-06-2007 11:04 AM
Connect to VPN from command line? Samuel R. Neff Windows XP 7 04-02-2007 09:30 AM
Hibernation via the command line? BillW50 Windows XP 0 01-04-2007 04:52 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 03:01 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0