Re: [JAWS-Users] combining multiple text files

2012-10-17 Thread inthaneelf
there was... at one time, an actual page on the Microsoft site with dos
commands listed on it, I believe it was accessed through the support section
of the site.

it had lots of little known items in it all in dos

If I get the chance I'll try to dig it back up

regards,
inthane

-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of David Ferrin
Sent: Wednesday, October 17, 2012 8:29 AM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] combining multiple text files

If you are referring to my post regarding command line arguments from the 
old DOS training manuals that I started learning from quite a long time ago.

If you could be more specific I might be able to help you further from 
memory.

Tell me what you wish to do and I can tell you if it is possible to the best

of my ability which here lately is failing fast so hurry.
David Ferrin
Compromise is never good if it means sacrificing a principle.
- Original Message - 
From: "Angelo DeMarsico" 
To: 
Sent: Wednesday, October 17, 2012 10:51 AM
Subject: Re: [JAWS-Users] combining multiple text files


Where can we get info on 'commands' like this?Angelo

-Original Message- 
From: David Ferrin
Sent: Wednesday, October 17, 2012 7:22 AM
To: jaws-users-list@jaws-users.com
Subject: [JAWS-Users] combining multiple text files

I forget who first asked about combining multiple text files, no matter
there are several methods to accomplish this task.

The first and probably the easiest would simply be to use notepad. Just
paste the contents of each file in to the same blank document and give it a
new name.

The second that comes to mind is employing a method known as concatenating
multiple files.

This is a command line argument from the old DOS days that still works in
windows 7. Place your files in a location by themselves first of all. Then
navigate to the command prompt by typing CMD in to the run dialog. Change
your prompt to the location where your files are located for example the
root directory of your data drive by typing this command "D:" and hitting
enter. Then at that point typing "CD\" then hitting enter and typing at that
point the following command:

copy *.txt filename.txt

That will place all of your files in alphabetic order in to a single text
file. Remember to always hit enter after every command.

My guess is you'll probably select the first method but I thought I would
give you a couple of alternatives.

David Ferrin
Always be yourself because the people that matter don't mind, and the ones
that mind don't matter.

For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/ 


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


Re: [JAWS-Users] combining multiple text files

2012-10-17 Thread inthaneelf
Norman, reread neighbor he wants to combine the two text files, not store
them

elf

-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of Norman King
Sent: Wednesday, October 17, 2012 4:54 AM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] combining multiple text files

Hi.
Why not use dropbox?


Norman


-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of Dang Manh Cuong
Sent: Wednesday, October 17, 2012 7:27 AM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] combining multiple text files

Hi David
I wonder if you can suggest a method to merge something like Jaws script
because I'm currently modify a script with a foreign person.
Thanks
Cuong
- Original Message -
From: "David Ferrin" 
To: 
Sent: Wednesday, October 17, 2012 6:22 PM
Subject: [JAWS-Users] combining multiple text files


>I forget who first asked about combining multiple text files, no matter  
>there are several methods to accomplish this task.
>
> The first and probably the easiest would simply be to use notepad. 
> Just paste the contents of each file in to the same blank document and 
> give it a new name.
>
> The second that comes to mind is employing a method known as 
> concatenating multiple files.
>
> This is a command line argument from the old DOS days that still works 
> in windows 7. Place your files in a location by themselves first of 
> all. Then navigate to the command prompt by typing CMD in to the run 
> dialog. Change your prompt to the location where your files are 
> located for example the root directory of your data drive by typing 
> this command "D:" and hitting enter. Then at that point typing "CD\" 
> then hitting enter and typing at that point the following command:
>
> copy *.txt filename.txt
>
> That will place all of your files in alphabetic order in to a single 
> text file. Remember to always hit enter after every command.
>
> My guess is you'll probably select the first method but I thought I 
> would give you a couple of alternatives.
>
> David Ferrin
> Always be yourself because the people that matter don't mind, and the 
> ones that mind don't matter.
>
> For answers to frequently asked questions about this list visit:
> http://www.jaws-users.com/help/
 Dang Manh Cuong HCMC University of Pedagogy: The Psychology
and education Mobile: +84 902-572-300 E-mail: dangmanhcu...@gmail.com Yahoo!

ID: manhcuong0312 Skype name: dangmanhcuong facebook: 


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


Re: [JAWS-Users] combining multiple text files

2012-10-17 Thread Mike O'Brien
Hi

You can get a list of available DOS commands by going to a command prompt
(DOS) and typing help and pressing enter.  This will put the list on your
screen.  You may have to use the JAWS cursor to read it.  If you want to
keep the list for future reference, you can enter help >
c:\mydirectory\commandlist.txt.  This will put the list in a text file.  To
get help on any of the commands, in a command prom type the command name
followed by a space, then a slash, and then a question mark and press enter.
For example copy /?.This will put help for that command on the screen.
You can use the method above to save the command help in a text file.


-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of Angelo DeMarsico
Sent: Wednesday, October 17, 2012 12:14
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] combining multiple text files

I was just wondering if there was a trove of commands to discover.

-Original Message-
From: David Ferrin
Sent: Wednesday, October 17, 2012 11:29 AM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] combining multiple text files

If you are referring to my post regarding command line arguments from the
old DOS training manuals that I started learning from quite a long time ago.
If you could be more specific I might be able to help you further from
memory.

Tell me what you wish to do and I can tell you if it is possible to the best
of my ability which here lately is failing fast so hurry.
David Ferrin
Compromise is never good if it means sacrificing a principle.
- Original Message -
From: "Angelo DeMarsico" 
To: 
Sent: Wednesday, October 17, 2012 10:51 AM
Subject: Re: [JAWS-Users] combining multiple text files


Where can we get info on 'commands' like this?Angelo

-Original Message- 
From: David Ferrin
Sent: Wednesday, October 17, 2012 7:22 AM
To: jaws-users-list@jaws-users.com
Subject: [JAWS-Users] combining multiple text files

I forget who first asked about combining multiple text files, no matter
there are several methods to accomplish this task.

The first and probably the easiest would simply be to use notepad. Just
paste the contents of each file in to the same blank document and give it a
new name.

The second that comes to mind is employing a method known as concatenating
multiple files.

This is a command line argument from the old DOS days that still works in
windows 7. Place your files in a location by themselves first of all. Then
navigate to the command prompt by typing CMD in to the run dialog. Change
your prompt to the location where your files are located for example the
root directory of your data drive by typing this command "D:" and hitting
enter. Then at that point typing "CD\" then hitting enter and typing at that
point the following command:

copy *.txt filename.txt

That will place all of your files in alphabetic order in to a single text
file. Remember to always hit enter after every command.

My guess is you'll probably select the first method but I thought I would
give you a couple of alternatives.

David Ferrin
Always be yourself because the people that matter don't mind, and the ones
that mind don't matter.

For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/ 


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


Re: [JAWS-Users] combining multiple text files

2012-10-17 Thread David Ferrin
Oh there are quite an extensive list of commands to learn. Do a search for
DOS commands and I'm sure you will find enough to satisfy your curiosity.  


David Ferrin
Always be yourself because the people that matter don't mind, and the ones
that mind don't matter.

-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of Angelo DeMarsico
Sent: Wednesday, October 17, 2012 12:14 PM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] combining multiple text files

I was just wondering if there was a trove of commands to discover.

-Original Message-
From: David Ferrin
Sent: Wednesday, October 17, 2012 11:29 AM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] combining multiple text files

If you are referring to my post regarding command line arguments from the
old DOS training manuals that I started learning from quite a long time ago.
If you could be more specific I might be able to help you further from
memory.

Tell me what you wish to do and I can tell you if it is possible to the best
of my ability which here lately is failing fast so hurry.
David Ferrin
Compromise is never good if it means sacrificing a principle.
- Original Message -
From: "Angelo DeMarsico" 
To: 
Sent: Wednesday, October 17, 2012 10:51 AM
Subject: Re: [JAWS-Users] combining multiple text files


Where can we get info on 'commands' like this?Angelo

-Original Message- 
From: David Ferrin
Sent: Wednesday, October 17, 2012 7:22 AM
To: jaws-users-list@jaws-users.com
Subject: [JAWS-Users] combining multiple text files

I forget who first asked about combining multiple text files, no matter
there are several methods to accomplish this task.

The first and probably the easiest would simply be to use notepad. Just
paste the contents of each file in to the same blank document and give it a
new name.

The second that comes to mind is employing a method known as concatenating
multiple files.

This is a command line argument from the old DOS days that still works in
windows 7. Place your files in a location by themselves first of all. Then
navigate to the command prompt by typing CMD in to the run dialog. Change
your prompt to the location where your files are located for example the
root directory of your data drive by typing this command "D:" and hitting
enter. Then at that point typing "CD\" then hitting enter and typing at that
point the following command:

copy *.txt filename.txt

That will place all of your files in alphabetic order in to a single text
file. Remember to always hit enter after every command.

My guess is you'll probably select the first method but I thought I would
give you a couple of alternatives.

David Ferrin
Always be yourself because the people that matter don't mind, and the ones
that mind don't matter.

For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/ 


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


Re: [JAWS-Users] combining multiple text files

2012-10-17 Thread Angelo DeMarsico

I was just wondering if there was a trove of commands to discover.

-Original Message- 
From: David Ferrin

Sent: Wednesday, October 17, 2012 11:29 AM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] combining multiple text files

If you are referring to my post regarding command line arguments from the
old DOS training manuals that I started learning from quite a long time ago.
If you could be more specific I might be able to help you further from
memory.

Tell me what you wish to do and I can tell you if it is possible to the best
of my ability which here lately is failing fast so hurry.
David Ferrin
Compromise is never good if it means sacrificing a principle.
- Original Message - 
From: "Angelo DeMarsico" 

To: 
Sent: Wednesday, October 17, 2012 10:51 AM
Subject: Re: [JAWS-Users] combining multiple text files


Where can we get info on 'commands' like this?Angelo

-Original Message- 
From: David Ferrin

Sent: Wednesday, October 17, 2012 7:22 AM
To: jaws-users-list@jaws-users.com
Subject: [JAWS-Users] combining multiple text files

I forget who first asked about combining multiple text files, no matter
there are several methods to accomplish this task.

The first and probably the easiest would simply be to use notepad. Just
paste the contents of each file in to the same blank document and give it a
new name.

The second that comes to mind is employing a method known as concatenating
multiple files.

This is a command line argument from the old DOS days that still works in
windows 7. Place your files in a location by themselves first of all. Then
navigate to the command prompt by typing CMD in to the run dialog. Change
your prompt to the location where your files are located for example the
root directory of your data drive by typing this command "D:" and hitting
enter. Then at that point typing "CD\" then hitting enter and typing at that
point the following command:

copy *.txt filename.txt

That will place all of your files in alphabetic order in to a single text
file. Remember to always hit enter after every command.

My guess is you'll probably select the first method but I thought I would
give you a couple of alternatives.

David Ferrin
Always be yourself because the people that matter don't mind, and the ones
that mind don't matter.

For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/ 



For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


Re: [JAWS-Users] combining multiple text files

2012-10-17 Thread David Ferrin
If you are referring to my post regarding command line arguments from the 
old DOS training manuals that I started learning from quite a long time ago. 
If you could be more specific I might be able to help you further from 
memory.

Tell me what you wish to do and I can tell you if it is possible to the best 
of my ability which here lately is failing fast so hurry.
David Ferrin
Compromise is never good if it means sacrificing a principle.
- Original Message - 
From: "Angelo DeMarsico" 
To: 
Sent: Wednesday, October 17, 2012 10:51 AM
Subject: Re: [JAWS-Users] combining multiple text files


Where can we get info on 'commands' like this?Angelo

-Original Message- 
From: David Ferrin
Sent: Wednesday, October 17, 2012 7:22 AM
To: jaws-users-list@jaws-users.com
Subject: [JAWS-Users] combining multiple text files

I forget who first asked about combining multiple text files, no matter
there are several methods to accomplish this task.

The first and probably the easiest would simply be to use notepad. Just
paste the contents of each file in to the same blank document and give it a
new name.

The second that comes to mind is employing a method known as concatenating
multiple files.

This is a command line argument from the old DOS days that still works in
windows 7. Place your files in a location by themselves first of all. Then
navigate to the command prompt by typing CMD in to the run dialog. Change
your prompt to the location where your files are located for example the
root directory of your data drive by typing this command "D:" and hitting
enter. Then at that point typing "CD\" then hitting enter and typing at that
point the following command:

copy *.txt filename.txt

That will place all of your files in alphabetic order in to a single text
file. Remember to always hit enter after every command.

My guess is you'll probably select the first method but I thought I would
give you a couple of alternatives.

David Ferrin
Always be yourself because the people that matter don't mind, and the ones
that mind don't matter.

For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/ 


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


Re: [JAWS-Users] combining multiple text files

2012-10-17 Thread Angelo DeMarsico

Where can we get info on 'commands' like this?Angelo

-Original Message- 
From: David Ferrin

Sent: Wednesday, October 17, 2012 7:22 AM
To: jaws-users-list@jaws-users.com
Subject: [JAWS-Users] combining multiple text files

I forget who first asked about combining multiple text files, no matter
there are several methods to accomplish this task.

The first and probably the easiest would simply be to use notepad. Just
paste the contents of each file in to the same blank document and give it a
new name.

The second that comes to mind is employing a method known as concatenating
multiple files.

This is a command line argument from the old DOS days that still works in
windows 7. Place your files in a location by themselves first of all. Then
navigate to the command prompt by typing CMD in to the run dialog. Change
your prompt to the location where your files are located for example the
root directory of your data drive by typing this command "D:" and hitting
enter. Then at that point typing "CD\" then hitting enter and typing at that
point the following command:

copy *.txt filename.txt

That will place all of your files in alphabetic order in to a single text
file. Remember to always hit enter after every command.

My guess is you'll probably select the first method but I thought I would
give you a couple of alternatives.

David Ferrin
Always be yourself because the people that matter don't mind, and the ones
that mind don't matter.

For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/ 



For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


Re: [JAWS-Users] combining multiple text files

2012-10-17 Thread Dang Manh Cuong

Thanks for answering. I'll look at it.
- Original Message - 
From: "Dan Rossi" 

To: 
Sent: Wednesday, October 17, 2012 8:44 PM
Subject: Re: [JAWS-Users] combining multiple text files


You are asking for more than just a simple combination of two files.  You 
want to be able to merge changes between two people working on the same 
file.  There are ways to do this, but nothing easy.  What you want is a 
Revision Control System, RCS, which is serious overkill for writing one 
script.


Software developers use RCS systems all the time so that multiple 
developers can work on the same code base at the same time.


I think you are just going to have to work your way through this manually.

--
Blue skies.
Dan Rossi
Senior Oracle Database Administrator
Carnegie Mellon University.
E-Mail: d...@andrew.cmu.edu
Tel: (412) 268-9081

For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/
 Dang Manh Cuong HCMC University of Pedagogy: The Psychology 
and education Mobile: +84 902-572-300 E-mail: dangmanhcu...@gmail.com Yahoo! 
ID: manhcuong0312 Skype name: dangmanhcuong facebook: 



For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


Re: [JAWS-Users] combining multiple text files

2012-10-17 Thread Dan Rossi
You are asking for more than just a simple combination of two files.  You 
want to be able to merge changes between two people working on the same 
file.  There are ways to do this, but nothing easy.  What you want is a 
Revision Control System, RCS, which is serious overkill for writing one 
script.


Software developers use RCS systems all the time so that multiple 
developers can work on the same code base at the same time.


I think you are just going to have to work your way through this manually.

--
Blue skies.
Dan Rossi
Senior Oracle Database Administrator
Carnegie Mellon University.
E-Mail: d...@andrew.cmu.edu
Tel:(412) 268-9081

For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


Re: [JAWS-Users] combining multiple text files

2012-10-17 Thread Dang Manh Cuong
Dropbox just update the latest file, but I'd like to merge code, not normal 
text
- Original Message - 
From: "Norman King" 

To: 
Sent: Wednesday, October 17, 2012 6:53 PM
Subject: Re: [JAWS-Users] combining multiple text files



Hi.
Why not use dropbox?


Norman


-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of Dang Manh Cuong
Sent: Wednesday, October 17, 2012 7:27 AM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] combining multiple text files

Hi David
I wonder if you can suggest a method to merge something like Jaws script
because I'm currently modify a script with a foreign person.
Thanks
Cuong
- Original Message -
From: "David Ferrin" 
To: 
Sent: Wednesday, October 17, 2012 6:22 PM
Subject: [JAWS-Users] combining multiple text files



I forget who first asked about combining multiple text files, no matter
there are several methods to accomplish this task.

The first and probably the easiest would simply be to use notepad.
Just paste the contents of each file in to the same blank document and
give it a new name.

The second that comes to mind is employing a method known as
concatenating multiple files.

This is a command line argument from the old DOS days that still works
in windows 7. Place your files in a location by themselves first of
all. Then navigate to the command prompt by typing CMD in to the run
dialog. Change your prompt to the location where your files are
located for example the root directory of your data drive by typing
this command "D:" and hitting enter. Then at that point typing "CD\"
then hitting enter and typing at that point the following command:

copy *.txt filename.txt

That will place all of your files in alphabetic order in to a single
text file. Remember to always hit enter after every command.

My guess is you'll probably select the first method but I thought I
would give you a couple of alternatives.

David Ferrin
Always be yourself because the people that matter don't mind, and the
ones that mind don't matter.

For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/
 Dang Manh Cuong HCMC University of Pedagogy: The 
Psychology
and education Mobile: +84 902-572-300 E-mail: dangmanhcu...@gmail.com 
Yahoo!


ID: manhcuong0312 Skype name: dangmanhcuong facebook:


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/
 Dang Manh Cuong HCMC University of Pedagogy: The Psychology 
and education Mobile: +84 902-572-300 E-mail: dangmanhcu...@gmail.com Yahoo! 
ID: manhcuong0312 Skype name: dangmanhcuong facebook: 



For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


Re: [JAWS-Users] combining multiple text files

2012-10-17 Thread David Ferrin
Scripts although strictly speaking text files by nature are not something 
you can simply merge together like say a cook book of recipes because 
depending on the code contained in them when combined could produce 
unexpected and unpleasant results.

Never the less you could use the methods I have already laid out if you wish 
but I don't suggest you do that.
David Ferrin
Compromise is never good if it means sacrificing a principle.
- Original Message - 
From: "Dang Manh Cuong" 
To: 
Sent: Wednesday, October 17, 2012 7:27 AM
Subject: Re: [JAWS-Users] combining multiple text files


Hi David
I wonder if you can suggest a method to merge something like Jaws script
because I'm currently modify a script with a foreign person.
Thanks
Cuong
- Original Message - 
From: "David Ferrin" 
To: 
Sent: Wednesday, October 17, 2012 6:22 PM
Subject: [JAWS-Users] combining multiple text files


>I forget who first asked about combining multiple text files, no matter
> there are several methods to accomplish this task.
>
> The first and probably the easiest would simply be to use notepad. Just
> paste the contents of each file in to the same blank document and give it
> a
> new name.
>
> The second that comes to mind is employing a method known as concatenating
> multiple files.
>
> This is a command line argument from the old DOS days that still works in
> windows 7. Place your files in a location by themselves first of all. Then
> navigate to the command prompt by typing CMD in to the run dialog. Change
> your prompt to the location where your files are located for example the
> root directory of your data drive by typing this command "D:" and hitting
> enter. Then at that point typing "CD\" then hitting enter and typing at
> that
> point the following command:
>
> copy *.txt filename.txt
>
> That will place all of your files in alphabetic order in to a single text
> file. Remember to always hit enter after every command.
>
> My guess is you'll probably select the first method but I thought I would
> give you a couple of alternatives.
>
> David Ferrin
> Always be yourself because the people that matter don't mind, and the ones
> that mind don't matter.
>
> For answers to frequently asked questions about this list visit:
> http://www.jaws-users.com/help/
 Dang Manh Cuong HCMC University of Pedagogy: The Psychology
and education Mobile: +84 902-572-300 E-mail: dangmanhcu...@gmail.com Yahoo!
ID: manhcuong0312 Skype name: dangmanhcuong facebook:


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/ 


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


Re: [JAWS-Users] combining multiple text files

2012-10-17 Thread Norman King
Hi.
Why not use dropbox?


Norman


-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of Dang Manh Cuong
Sent: Wednesday, October 17, 2012 7:27 AM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] combining multiple text files

Hi David
I wonder if you can suggest a method to merge something like Jaws script
because I'm currently modify a script with a foreign person.
Thanks
Cuong
- Original Message -
From: "David Ferrin" 
To: 
Sent: Wednesday, October 17, 2012 6:22 PM
Subject: [JAWS-Users] combining multiple text files


>I forget who first asked about combining multiple text files, no matter  
>there are several methods to accomplish this task.
>
> The first and probably the easiest would simply be to use notepad. 
> Just paste the contents of each file in to the same blank document and 
> give it a new name.
>
> The second that comes to mind is employing a method known as 
> concatenating multiple files.
>
> This is a command line argument from the old DOS days that still works 
> in windows 7. Place your files in a location by themselves first of 
> all. Then navigate to the command prompt by typing CMD in to the run 
> dialog. Change your prompt to the location where your files are 
> located for example the root directory of your data drive by typing 
> this command "D:" and hitting enter. Then at that point typing "CD\" 
> then hitting enter and typing at that point the following command:
>
> copy *.txt filename.txt
>
> That will place all of your files in alphabetic order in to a single 
> text file. Remember to always hit enter after every command.
>
> My guess is you'll probably select the first method but I thought I 
> would give you a couple of alternatives.
>
> David Ferrin
> Always be yourself because the people that matter don't mind, and the 
> ones that mind don't matter.
>
> For answers to frequently asked questions about this list visit:
> http://www.jaws-users.com/help/
 Dang Manh Cuong HCMC University of Pedagogy: The Psychology
and education Mobile: +84 902-572-300 E-mail: dangmanhcu...@gmail.com Yahoo!

ID: manhcuong0312 Skype name: dangmanhcuong facebook: 


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


Re: [JAWS-Users] combining multiple text files

2012-10-17 Thread Dang Manh Cuong

Hi David
I wonder if you can suggest a method to merge something like Jaws script 
because I'm currently modify a script with a foreign person.

Thanks
Cuong
- Original Message - 
From: "David Ferrin" 

To: 
Sent: Wednesday, October 17, 2012 6:22 PM
Subject: [JAWS-Users] combining multiple text files



I forget who first asked about combining multiple text files, no matter
there are several methods to accomplish this task.

The first and probably the easiest would simply be to use notepad. Just
paste the contents of each file in to the same blank document and give it 
a

new name.

The second that comes to mind is employing a method known as concatenating
multiple files.

This is a command line argument from the old DOS days that still works in
windows 7. Place your files in a location by themselves first of all. Then
navigate to the command prompt by typing CMD in to the run dialog. Change
your prompt to the location where your files are located for example the
root directory of your data drive by typing this command "D:" and hitting
enter. Then at that point typing "CD\" then hitting enter and typing at 
that

point the following command:

copy *.txt filename.txt

That will place all of your files in alphabetic order in to a single text
file. Remember to always hit enter after every command.

My guess is you'll probably select the first method but I thought I would
give you a couple of alternatives.

David Ferrin
Always be yourself because the people that matter don't mind, and the ones
that mind don't matter.

For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/
 Dang Manh Cuong HCMC University of Pedagogy: The Psychology 
and education Mobile: +84 902-572-300 E-mail: dangmanhcu...@gmail.com Yahoo! 
ID: manhcuong0312 Skype name: dangmanhcuong facebook: 



For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


[JAWS-Users] combining multiple text files

2012-10-17 Thread David Ferrin
I forget who first asked about combining multiple text files, no matter
there are several methods to accomplish this task. 
 
The first and probably the easiest would simply be to use notepad. Just
paste the contents of each file in to the same blank document and give it a
new name. 
 
The second that comes to mind is employing a method known as concatenating
multiple files. 
 
This is a command line argument from the old DOS days that still works in
windows 7. Place your files in a location by themselves first of all. Then
navigate to the command prompt by typing CMD in to the run dialog. Change
your prompt to the location where your files are located for example the
root directory of your data drive by typing this command "D:" and hitting
enter. Then at that point typing "CD\" then hitting enter and typing at that
point the following command:
 
copy *.txt filename.txt
 
That will place all of your files in alphabetic order in to a single text
file. Remember to always hit enter after every command. 
 
My guess is you'll probably select the first method but I thought I would
give you a couple of alternatives. 
 
David Ferrin
Always be yourself because the people that matter don't mind, and the ones
that mind don't matter.
 
For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/