Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Computer Support > Does XP have an equivalent to DOS command Dir > name.txt ?

Reply
Thread Tools

Does XP have an equivalent to DOS command Dir > name.txt ?

 
 
Spiderd
Guest
Posts: n/a
 
      07-23-2006
I need to create a text file of a directory on a drive in one location
and send on to my home computer by email. I could easily put
directory lists in a .txt file under DOS but have not found a way to
do it on XP.

I tried the search or find on XP but it saved an empty find rather
than what it actually found.

I looked on Google and scanned here but with no luck.

Is there a way?

Thanks
 
Reply With Quote
 
 
 
 
Toolman Tim
Guest
Posts: n/a
 
      07-23-2006
Spiderd wrote:
> I need to create a text file of a directory on a drive in one location
> and send on to my home computer by email. I could easily put
> directory lists in a .txt file under DOS but have not found a way to
> do it on XP.
>
> I tried the search or find on XP but it saved an empty find rather
> than what it actually found.
>
> I looked on Google and scanned here but with no luck.
>
> Is there a way?
>
> Thanks


So do it in DOS. What's the problem? Start, Run, cmd <enter>.

--
When I was a child, I remember my Mom telling me, "Son, when you grow
up, you can marry any girl you please." When I became a young man, I
learned the sad fact was that I could not please any of them.


 
Reply With Quote
 
 
 
 
Pennywise@DerryMaine.Gov
Guest
Posts: n/a
 
      07-23-2006
Spiderd <> wrote:

|>I need to create a text file of a directory on a drive in one location
|>and send on to my home computer by email. I could easily put
|>directory lists in a .txt file under DOS but have not found a way to
|>do it on XP.


Start | Run <type in>
%windir%\hh.exe ms-its:%systemroot%/Help\ntcmds.chm::/ntcmds.htm
<enter>

For a listing of all DOS (CMD) commands available to you, closest I
came to was NET SEND





--
http://blueballfixed.ytmnd.com/
 
Reply With Quote
 
Toolman Tim
Guest
Posts: n/a
 
      07-23-2006
wrote:
> Spiderd <> wrote:
>
>>> I need to create a text file of a directory on a drive in one
>>> location and send on to my home computer by email. I could easily
>>> put directory lists in a .txt file under DOS but have not found a
>>> way to do it on XP.

>
>
> Start | Run <type in>
> %windir%\hh.exe ms-its:%systemroot%/Help\ntcmds.chm::/ntcmds.htm
> <enter>
>
> For a listing of all DOS (CMD) commands available to you, closest I
> came to was NET SEND


Nahhh...all he needs is a command prompt, a dir redirect, and pick it up
with his Windows-based email client and email it to himself. Why make it
difficult?

Start, Run, cmd <enter>
cd /xxxx (Change to the folder he wants the list from)
dir > dir.txt <enter> (typical command options applied as desired)
exit
email above file home.

Especially since in XP, sending files with net send is apparently no longer
supported.

--
When I was a child, I remember my Mom telling me, "Son, when you grow
up, you can marry any girl you please." When I became a young man, I
learned the sad fact was that I could not please any of them.


 
Reply With Quote
 
Pennywise@DerryMaine.Gov
Guest
Posts: n/a
 
      07-23-2006
"Toolman Tim" <> wrote:

|> wrote:
|>> Spiderd <> wrote:
|>>
|>>>> I need to create a text file of a directory on a drive in one
|>>>> location and send on to my home computer by email. I could easily
|>>>> put directory lists in a .txt file under DOS but have not found a
|>>>> way to do it on XP.


|>> Start | Run <type in>
|>> %windir%\hh.exe ms-its:%systemroot%/Help\ntcmds.chm::/ntcmds.htm
|>> <enter>
|>>
|>> For a listing of all DOS (CMD) commands available to you, closest I
|>> came to was NET SEND
|>
|>Nahhh...all he needs is a command prompt, a dir redirect, and pick it up
|>with his Windows-based email client and email it to himself. Why make it
|>difficult?
|>
|>Start, Run, cmd <enter>
|>cd /xxxx (Change to the folder he wants the list from)
|>dir > dir.txt <enter> (typical command options applied as desired)
|>exit
|>email above file home.

Then

Start | Run <type in> CMD /K dir c:\temp > task & notepad task <enter>

|>Especially since in XP, sending files with net send is apparently no longer
|>supported.

I notice'd that and couldn't delete the message and didn't feel like
including an follow-up, if you play around with NET SEND you finally
get:

C:\temp>net send help
Sending files is no longer supported.

More help is available by typing NET HELPMSG 3777.

C:\temp>net helpmsg 3777

Sending files is no longer supported.

--
http://blueballfixed.ytmnd.com/
 
Reply With Quote
 
Evan Platt
Guest
Posts: n/a
 
      07-23-2006
On Sun, 23 Jul 2006 13:47:02 -0400, Spiderd <> wrote:

>I need to create a text file of a directory on a drive in one location
>and send on to my home computer by email. I could easily put
>directory lists in a .txt file under DOS but have not found a way to
>do it on XP.
>
>I tried the search or find on XP but it saved an empty find rather
>than what it actually found.
>
>I looked on Google and scanned here but with no luck.
>
>Is there a way?
>
>Thanks


Yes, dir > name.txt . Works for me.
 
Reply With Quote
 
Martik
Guest
Posts: n/a
 
      07-23-2006

"Toolman Tim" <> wrote in message
news:kKOwg.302$...
> Spiderd wrote:
>> I need to create a text file of a directory on a drive in one location
>> and send on to my home computer by email. I could easily put
>> directory lists in a .txt file under DOS but have not found a way to
>> do it on XP.
>>
>> I tried the search or find on XP but it saved an empty find rather
>> than what it actually found.
>>
>> I looked on Google and scanned here but with no luck.
>>
>> Is there a way?
>>
>> Thanks

>
> So do it in DOS. What's the problem? Start, Run, cmd <enter>.


XP is capable of running a new 'linux like' command shell:

>http://www.microsoft.com/technet/tec...g/default.aspx



 
Reply With Quote
 
Noel Paton
Guest
Posts: n/a
 
      07-23-2006

<> wrote in message
news:...
> "Toolman Tim" <> wrote:
>
> |> wrote:
> |>> Spiderd <> wrote:
> |>>
> |>>>> I need to create a text file of a directory on a drive in one
> |>>>> location and send on to my home computer by email. I could easily
> |>>>> put directory lists in a .txt file under DOS but have not found a
> |>>>> way to do it on XP.
>
>
> |>> Start | Run <type in>
> |>> %windir%\hh.exe ms-its:%systemroot%/Help\ntcmds.chm::/ntcmds.htm
> |>> <enter>
> |>>
> |>> For a listing of all DOS (CMD) commands available to you, closest I
> |>> came to was NET SEND
> |>
> |>Nahhh...all he needs is a command prompt, a dir redirect, and pick it up
> |>with his Windows-based email client and email it to himself. Why make it
> |>difficult?
> |>
> |>Start, Run, cmd <enter>
> |>cd /xxxx (Change to the folder he wants the list from)
> |>dir > dir.txt <enter> (typical command options applied as desired)
> |>exit
> |>email above file home.
>
> Then
>
> Start | Run <type in> CMD /K dir c:\temp > task & notepad task <enter>
>
> |>Especially since in XP, sending files with net send is apparently no
> longer
> |>supported.
>
> I notice'd that and couldn't delete the message and didn't feel like
> including an follow-up, if you play around with NET SEND you finally
> get:
>
> C:\temp>net send help
> Sending files is no longer supported.
>
> More help is available by typing NET HELPMSG 3777.
>
> C:\temp>net helpmsg 3777
>
> Sending files is no longer supported.
>



Heh! - did you try "net send * help" ??


--
Noel Paton (MS-MVP 2002-2006, Windows)

Nil Carborundum Illegitemi
http://www.crashfixpc.com

http://tinyurl.com/6oztj

Please read http://dts-l.org/goodpost.htm on how to post messages to NG's

 
Reply With Quote
 
Toolman Tim
Guest
Posts: n/a
 
      07-23-2006
Martik wrote:
> "Toolman Tim" <> wrote in message
> news:kKOwg.302$...
>> Spiderd wrote:
>>> I need to create a text file of a directory on a drive in one
>>> location and send on to my home computer by email. I could easily
>>> put directory lists in a .txt file under DOS but have not found a
>>> way to do it on XP.
>>>
>>> I tried the search or find on XP but it saved an empty find rather
>>> than what it actually found.
>>>
>>> I looked on Google and scanned here but with no luck.
>>>
>>> Is there a way?
>>>
>>> Thanks

>>
>> So do it in DOS. What's the problem? Start, Run, cmd <enter>.

>
> XP is capable of running a new 'linux like' command shell:
>
>> http://www.microsoft.com/technet/tec...g/default.aspx


Kewl! It's over my head, and a bit overkill for what the OP had in mind, but
I'm sure a lot of system admins can really use/appreciate the ability to
code/execute scripts in an DOS-like enviroment.

--
When I was a child, I remember my Mom telling me, "Son, when you grow
up, you can marry any girl you please." When I became a young man, I
learned the sad fact was that I could not please any of them.


 
Reply With Quote
 
Pennywise@DerryMaine.Gov
Guest
Posts: n/a
 
      07-23-2006
"Noel Paton" <> wrote:

|>
|><> wrote in message
|>news:. ..
|>> "Toolman Tim" <> wrote:
|>>
|>> |> wrote:
|>> |>> Spiderd <> wrote:
|>> |>>
|>> |>>>> I need to create a text file of a directory on a drive in one
|>> |>>>> location and send on to my home computer by email. I could easily
|>> |>>>> put directory lists in a .txt file under DOS but have not found a
|>> |>>>> way to do it on XP.
|>>
|>>
|>> |>> Start | Run <type in>
|>> |>> %windir%\hh.exe ms-its:%systemroot%/Help\ntcmds.chm::/ntcmds.htm
|>> |>> <enter>
|>> |>>
|>> |>> For a listing of all DOS (CMD) commands available to you, closest I
|>> |>> came to was NET SEND
|>> |>
|>> |>Nahhh...all he needs is a command prompt, a dir redirect, and pick it up
|>> |>with his Windows-based email client and email it to himself. Why make it
|>> |>difficult?
|>> |>
|>> |>Start, Run, cmd <enter>
|>> |>cd /xxxx (Change to the folder he wants the list from)
|>> |>dir > dir.txt <enter> (typical command options applied as desired)
|>> |>exit
|>> |>email above file home.
|>>
|>> Then
|>>
|>> Start | Run <type in> CMD /K dir c:\temp > task & notepad task <enter>
|>>
|>> |>Especially since in XP, sending files with net send is apparently no
|>> longer
|>> |>supported.
|>>
|>> I notice'd that and couldn't delete the message and didn't feel like
|>> including an follow-up, if you play around with NET SEND you finally
|>> get:

|>> C:\temp>net send help
|>> Sending files is no longer supported.
|>>
|>> More help is available by typing NET HELPMSG 3777.
|>>
|>> C:\temp>net helpmsg 3777
|>>
|>> Sending files is no longer supported.


|>Heh! - did you try "net send * help" ??

Had to turn on my messenger service to be able to see it.

So that was MS's fix for the messenger service "exploit", have the
command line say it was disabled )


--
One New York City cop manages to shoot three fellow officers
while trying to gun down an attacking pit bull.
http://abcnews.go.com/US/wireStory?id=2225778
 
Reply With Quote
 
 
 
Reply

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
External prog get file from main dir, want file in diff dir Kga Agk Ruby 2 06-29-2009 02:09 PM
Behaviour of Dir.glob("**/b") and Dir.glob("*/b") for symlinks Matthew Denner Ruby 1 08-04-2006 03:42 PM
RE: Does XP have an equivalent to DOS command Dir > name.txt ? DOSman Computer Support 0 07-24-2006 11:30 AM
dir command equivalent? djbitchpimp@snowboard.com Java 3 11-04-2005 05:37 AM
Sub Dir, Virtual dir, what do I use? =?Utf-8?B?UnVkeQ==?= ASP .Net 0 06-12-2005 08:25 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57