PC Review


Reply
Thread Tools Rate Thread

COMMAND LINE NET COMMAND?

 
 
Jethro
Guest
Posts: n/a
 
      24th Jul 2007
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



 
Reply With Quote
 
 
 
 
Tom Porterfield
Guest
Posts: n/a
 
      24th Jul 2007
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
 
Reply With Quote
 
Jethro
Guest
Posts: n/a
 
      24th Jul 2007
On Tue, 24 Jul 2007 08:37:25 -0400, Tom Porterfield
<(E-Mail Removed)> 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
 
Reply With Quote
 
Tom Porterfield
Guest
Posts: n/a
 
      24th Jul 2007
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
 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      24th Jul 2007

"Jethro" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>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")


 
Reply With Quote
 
Jethro
Guest
Posts: n/a
 
      24th Jul 2007
On Tue, 24 Jul 2007 08:58:34 -0400, Tom Porterfield
<(E-Mail Removed)> 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
 
Reply With Quote
 
Jethro
Guest
Posts: n/a
 
      24th Jul 2007
On Tue, 24 Jul 2007 15:10:07 +0200, "Pegasus \(MVP\)" <(E-Mail Removed)>
wrote:

>
>"Jethro" <(E-Mail Removed)> wrote in message
>news:(E-Mail Removed)...
>>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
 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      24th Jul 2007

"Jethro" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Tue, 24 Jul 2007 15:10:07 +0200, "Pegasus \(MVP\)" <(E-Mail Removed)>
> wrote:
>
>>
>>"Jethro" <(E-Mail Removed)> wrote in message
>>news:(E-Mail Removed)...
>>>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.


 
Reply With Quote
 
Jethro
Guest
Posts: n/a
 
      24th Jul 2007
On Tue, 24 Jul 2007 16:20:30 +0200, "Pegasus \(MVP\)" <(E-Mail Removed)>
wrote:

>
>"Jethro" <(E-Mail Removed)> wrote in message
>news:(E-Mail Removed)...
>> On Tue, 24 Jul 2007 15:10:07 +0200, "Pegasus \(MVP\)" <(E-Mail Removed)>
>> wrote:
>>
>>>
>>>"Jethro" <(E-Mail Removed)> wrote in message
>>>news:(E-Mail Removed)...
>>>>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
 
Reply With Quote
 
 
 
Reply

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
autorun.inf - shell\..\command with command line parameter doesn'twork kakii Windows XP Help 1 17th May 2007 08:54 PM
Command line utility to list processes with the "command line that was used to start the process" flahmeshess Microsoft Windows 2000 5 12th Oct 2006 02:46 AM
Command line error D2016 : '/RTC1' and '/clr:initialappdomain' command-line options are incompatible Lars Grøtteland Microsoft Dot NET Framework 1 15th Oct 2003 09:35 AM
Command line error D2016 : '/RTC1' and '/clr:initialappdomain' command-line options are incompatible Lars Grøtteland Microsoft Dot NET 1 15th Oct 2003 09:35 AM
Command line error D2016 : '/RTC1' and '/clr:initialappdomain' command-line options are incompatible Lars Grøtteland Microsoft VC .NET 1 15th Oct 2003 09:35 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:55 PM.