[JAWS-Users] Text editor

2012-10-17 Thread Dang Manh Cuong
Hi listers
Can any body show me a program for merging 2 text files together? Let's me give 
a little example:
I write a text file and send to my friend, then both of us read and edit it. 
Now my friend send it back to me, and I want to merge it without reading for 
saving time. Please help me
Thanks so much
Cuong Dang

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: http://facebook.com/dangmanhcuong
Blog: http://vi.netlog.com/Cuong_littlecat
Website: http://ngoisaodanduong.com
http://www.saomaicenter.org
Projec-Website: http://dangmanhcuong.googlecode.com 
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/


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 ow...@jaws-users.com

To: jaws-users-list@jaws-users.com
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/


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 ow...@jaws-users.com
To: jaws-users-list@jaws-users.com
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] Text editor

2012-10-17 Thread tim
Your asking for more work, because its not a mp3 audio file. Text 
gets handled totally different. Like David said you will have to do 
some copy and paste to get it all into one. Text merge is more for 
filling in preset forms with info. Like form letters. The content is 
all the same only the names where applied are change for each letter.


At 03:11 AM 10/17/2012, you wrote:

Hi listers
Can any body show me a program for merging 2 text files together? 
Let's me give a little example:
I write a text file and send to my friend, then both of us read and 
edit it. Now my friend send it back to me, and I want to merge it 
without reading for saving time. Please help me

Thanks so much
Cuong Dang

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: http://facebook.com/dangmanhcuong
Blog: http://vi.netlog.com/Cuong_littlecat
Website: http://ngoisaodanduong.com
http://www.saomaicenter.org
Projec-Website: http://dangmanhcuong.googlecode.com
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
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 dangmanhcu...@gmail.com
To: jaws-users-list@jaws-users.com
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 ow...@jaws-users.com
To: jaws-users-list@jaws-users.com
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
Dropbox just update the latest file, but I'd like to merge code, not normal 
text
- Original Message - 
From: Norman King norbk...@gmail.com

To: jaws-users-list@jaws-users.com
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 ow...@jaws-users.com
To: jaws-users-list@jaws-users.com
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] Buttons on a Website

2012-10-17 Thread Jerry Martin

Inthane:

I greatly appreciate all of the advice/information that you and everyone on 
the list has sent me.  I am currently wearing several hats, so I will try to 
do these instructions as soon as I can, and will let you know the outcome.


Jerry
When you squeeze the upper class, it is usually the middle-and lower-class 
who feel the pinch!
- Original Message - 
From: inthaneelf inthane...@roadrunner.com

To: jaws-users-list@jaws-users.com
Sent: Tuesday, October 16, 2012 6:42 PM
Subject: Re: [JAWS-Users] Buttons on a Website


this puts me in mind of something, in your settings (get to the desired 
page

then hit insert and V as in victor) and arrow down to graphics and hit the
spacebar until it reads all graphics, ok out of this,  and see if that 
works


HTH,
inthane
-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of Jerry Martin
Sent: Monday, October 15, 2012 3:52 PM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] Buttons on a Website

Would you happen to have the instructions for doing this?
- Original Message - 
From: Justin.Williams2 justin.willia...@gmail.com

To: jaws-users-list@jaws-users.com
Sent: Monday, October 15, 2012 5:39 PM
Subject: Re: [JAWS-Users] Buttons on a Website


Try upgrading to windows 7, or try using the graphics labeler to label 
the

buttons.

-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of Shari
Sent: Monday, October 15, 2012 6:39 PM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] Buttons on a Website

Hi Jerry,

Another option would be to try the Hadley site using Firefox instead of
IE.
I swithchbetween those 2 because they behave differently with Jaws on 
some
sites. For instance, Jaws doesn't see the submit button or link for 
paying
my phone bill when I'm on the site with IE, but FF has no problem with 
it.

I'm using Jaws 13  Vista, but I've switched between IE  FF for several
versions of Jaws now.

Good luck,
Shari
- Original Message -
From: Jerry Martin jandymar...@clear.net
To: jaws-users-list@jaws-users.com
Sent: Monday, October 15, 2012 9:48 AM
Subject: [JAWS-Users] Buttons on a Website



To All Listers:

My counselor had suggested I take a online course from The Hadley School
for the Blind.  I was able to access all of the information pretty well,
until it came to doing the actual lesson.  Towards the bottom of the
lesson, there are two buttons.  One says Save Changes and the other
says



Submit.  My wife, who is sighted, informs me that these buttons are
there, as does the technical help person at the Hadley School.  However,
JAWS does not read or recognize these buttons.  I am using JAWS version
11, Windows Vista on a 32 bit system, and IE 9.  The tech help desk is
researching the problem, but I was wondering if anyone on the list might
have some suggestions.

Many thanks.
Jerry
If you want to make God laugh, tell him your plans!
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/ 



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

Thanks for answering. I'll look at it.
- Original Message - 
From: Dan Rossi d...@andrew.cmu.edu

To: jaws-users-list@jaws-users.com
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 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/


[JAWS-Users] voice profile problem

2012-10-17 Thread Blackwell, Clifford
I was trying to creat a new voice profile in the adjust voice profile 
control, but I couldn't get what I was trying to do to stick.  This is in Jaws 
14 beta 2 on a Windows 7 64 bit computer.

I'd like to set the pc voice to an Eloquence voice and then several other 
specific voices i.e. Tutorial and Help, JAWS cursor and menu voices to 
Vocalizer voices.  I set each perameter and hit apply and move on to the next 
perameter and set it until I'm done and hit ok.  I've named my new voice 
profile and I'm adjusting within the new profile.

However, when I get done after having hit ok, everything simply uses the last 
synthesizer I was working with and the punctuation choice seems to always go 
back to most or all.

Can I use different synthesizers in the same profile and how do I do it?

Your help will be appreciated.
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 ademars...@sympatico.ca
To: jaws-users-list@jaws-users.com
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

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 ademars...@sympatico.ca

To: jaws-users-list@jaws-users.com
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
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 ademars...@sympatico.ca
To: jaws-users-list@jaws-users.com
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 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 ademars...@sympatico.ca
To: jaws-users-list@jaws-users.com
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] Text editor

2012-10-17 Thread inthaneelf
I believe win dif can do this

you'll need to Google for it but I've been told its quite effective at this
exact type of thing along with its primary function comparing two versions
of a document and showing the differences

HTH,
inthane

-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 12:12 AM
To: Jaws Users
Subject: [JAWS-Users] Text editor

Hi listers
Can any body show me a program for merging 2 text files together? Let's me
give a little example:
I write a text file and send to my friend, then both of us read and edit it.
Now my friend send it back to me, and I want to merge it without reading for
saving time. Please help me
Thanks so much
Cuong Dang

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: http://facebook.com/dangmanhcuong
Blog: http://vi.netlog.com/Cuong_littlecat
Website: http://ngoisaodanduong.com
http://www.saomaicenter.org
Projec-Website: http://dangmanhcuong.googlecode.com 
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 ow...@jaws-users.com
To: jaws-users-list@jaws-users.com
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] Buttons on a Website

2012-10-17 Thread inthaneelf
hopefully something will, odd that this happened with Hadley though

good luck,
inthane

-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of Jerry Martin
Sent: Wednesday, October 17, 2012 6:16 AM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] Buttons on a Website

Inthane:

I greatly appreciate all of the advice/information that you and everyone on 
the list has sent me.  I am currently wearing several hats, so I will try to

do these instructions as soon as I can, and will let you know the outcome.

Jerry
When you squeeze the upper class, it is usually the middle-and lower-class 
who feel the pinch!
- Original Message - 
From: inthaneelf inthane...@roadrunner.com
To: jaws-users-list@jaws-users.com
Sent: Tuesday, October 16, 2012 6:42 PM
Subject: Re: [JAWS-Users] Buttons on a Website


 this puts me in mind of something, in your settings (get to the desired 
 page
 then hit insert and V as in victor) and arrow down to graphics and hit the
 spacebar until it reads all graphics, ok out of this,  and see if that 
 works

 HTH,
 inthane
 -Original Message-
 From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
 Behalf Of Jerry Martin
 Sent: Monday, October 15, 2012 3:52 PM
 To: jaws-users-list@jaws-users.com
 Subject: Re: [JAWS-Users] Buttons on a Website

 Would you happen to have the instructions for doing this?
 - Original Message - 
 From: Justin.Williams2 justin.willia...@gmail.com
 To: jaws-users-list@jaws-users.com
 Sent: Monday, October 15, 2012 5:39 PM
 Subject: Re: [JAWS-Users] Buttons on a Website


 Try upgrading to windows 7, or try using the graphics labeler to label 
 the
 buttons.

 -Original Message-
 From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
 Behalf Of Shari
 Sent: Monday, October 15, 2012 6:39 PM
 To: jaws-users-list@jaws-users.com
 Subject: Re: [JAWS-Users] Buttons on a Website

 Hi Jerry,

 Another option would be to try the Hadley site using Firefox instead of
 IE.
 I swithchbetween those 2 because they behave differently with Jaws on 
 some
 sites. For instance, Jaws doesn't see the submit button or link for 
 paying
 my phone bill when I'm on the site with IE, but FF has no problem with 
 it.
 I'm using Jaws 13  Vista, but I've switched between IE  FF for several
 versions of Jaws now.

 Good luck,
 Shari
 - Original Message -
 From: Jerry Martin jandymar...@clear.net
 To: jaws-users-list@jaws-users.com
 Sent: Monday, October 15, 2012 9:48 AM
 Subject: [JAWS-Users] Buttons on a Website


 To All Listers:

 My counselor had suggested I take a online course from The Hadley School
 for the Blind.  I was able to access all of the information pretty well,
 until it came to doing the actual lesson.  Towards the bottom of the
 lesson, there are two buttons.  One says Save Changes and the other
 says

 Submit.  My wife, who is sighted, informs me that these buttons are
 there, as does the technical help person at the Hadley School.  However,
 JAWS does not read or recognize these buttons.  I am using JAWS version
 11, Windows Vista on a 32 bit system, and IE 9.  The tech help desk is
 researching the problem, but I was wondering if anyone on the list might
 have some suggestions.

 Many thanks.
 Jerry
 If you want to make God laugh, tell him your plans!
 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/ 


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] Text editor

2012-10-17 Thread Justin.Williams2
Have you tried tact changes?

-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of inthaneelf
Sent: Wednesday, October 17, 2012 1:49 PM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] Text editor

I believe win dif can do this

you'll need to Google for it but I've been told its quite effective at this
exact type of thing along with its primary function comparing two versions
of a document and showing the differences

HTH,
inthane

-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 12:12 AM
To: Jaws Users
Subject: [JAWS-Users] Text editor

Hi listers
Can any body show me a program for merging 2 text files together? Let's me
give a little example:
I write a text file and send to my friend, then both of us read and edit it.
Now my friend send it back to me, and I want to merge it without reading for
saving time. Please help me Thanks so much Cuong Dang  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: http://facebook.com/dangmanhcuong
Blog: http://vi.netlog.com/Cuong_littlecat
Website: http://ngoisaodanduong.com
http://www.saomaicenter.org
Projec-Website: http://dangmanhcuong.googlecode.com
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
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 ademars...@sympatico.ca
To: jaws-users-list@jaws-users.com
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] Text editor

2012-10-17 Thread inthaneelf
never herd of it, I find this site from a Google search is this it?
http://projects.chass.utoronto.ca/tact/TACT/tact21.html

if so I may try it out here in the near future
if not do you have a URL for the one your talking about?

thanks,
inthane
-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of Justin.Williams2
Sent: Wednesday, October 17, 2012 11:03 AM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] Text editor

Have you tried tact changes?

-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of inthaneelf
Sent: Wednesday, October 17, 2012 1:49 PM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] Text editor

I believe win dif can do this

you'll need to Google for it but I've been told its quite effective at this
exact type of thing along with its primary function comparing two versions
of a document and showing the differences

HTH,
inthane

-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 12:12 AM
To: Jaws Users
Subject: [JAWS-Users] Text editor

Hi listers
Can any body show me a program for merging 2 text files together? Let's me
give a little example:
I write a text file and send to my friend, then both of us read and edit it.
Now my friend send it back to me, and I want to merge it without reading for
saving time. Please help me Thanks so much Cuong Dang  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: http://facebook.com/dangmanhcuong
Blog: http://vi.netlog.com/Cuong_littlecat
Website: http://ngoisaodanduong.com
http://www.saomaicenter.org
Projec-Website: http://dangmanhcuong.googlecode.com
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] Text editor

2012-10-17 Thread inthaneelf
was this tack or track with a forgotten letter?

de elf


-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of Justin.Williams2
Sent: Wednesday, October 17, 2012 11:03 AM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] Text editor

Have you tried tact changes?

-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of inthaneelf
Sent: Wednesday, October 17, 2012 1:49 PM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] Text editor

I believe win dif can do this

you'll need to Google for it but I've been told its quite effective at this
exact type of thing along with its primary function comparing two versions
of a document and showing the differences

HTH,
inthane

-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 12:12 AM
To: Jaws Users
Subject: [JAWS-Users] Text editor

Hi listers
Can any body show me a program for merging 2 text files together? Let's me
give a little example:
I write a text file and send to my friend, then both of us read and edit it.
Now my friend send it back to me, and I want to merge it without reading for
saving time. Please help me Thanks so much Cuong Dang  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: http://facebook.com/dangmanhcuong
Blog: http://vi.netlog.com/Cuong_littlecat
Website: http://ngoisaodanduong.com
http://www.saomaicenter.org
Projec-Website: http://dangmanhcuong.googlecode.com
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/


[JAWS-Users] CD burning

2012-10-17 Thread Becky Buckner
When using Windows 7 and JAWS 13, what is the easiest CD burner to use?

Thanks

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


Re: [JAWS-Users] CD burning

2012-10-17 Thread HHamit Campos
If it's data, Just coppy the files to the disk threw windows explorer and
choose burn to disk in the file menu. If it's audio, same thing but if you
want it to be a regular CD that you play in a regular CD player, you tell it
so, and Windows Media player will load burn list created and every thing.
Just hit the burn button and there it goes.

-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of Becky Buckner
Sent: Wednesday, October 17, 2012 3:28 PM
To: jaws-users-list@jaws-users.com
Subject: [JAWS-Users] CD burning

When using Windows 7 and JAWS 13, what is the easiest CD burner to use?

Thanks

Becky
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] Text editor

2012-10-17 Thread Justin.Williams2
Tract.  Oops my bad.  

-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of inthaneelf
Sent: Wednesday, October 17, 2012 3:11 PM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] Text editor

was this tack or track with a forgotten letter?

de elf


-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of Justin.Williams2
Sent: Wednesday, October 17, 2012 11:03 AM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] Text editor

Have you tried tact changes?

-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of inthaneelf
Sent: Wednesday, October 17, 2012 1:49 PM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] Text editor

I believe win dif can do this

you'll need to Google for it but I've been told its quite effective at this
exact type of thing along with its primary function comparing two versions
of a document and showing the differences

HTH,
inthane

-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 12:12 AM
To: Jaws Users
Subject: [JAWS-Users] Text editor

Hi listers
Can any body show me a program for merging 2 text files together? Let's me
give a little example:
I write a text file and send to my friend, then both of us read and edit it.
Now my friend send it back to me, and I want to merge it without reading for
saving time. Please help me Thanks so much Cuong Dang  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: http://facebook.com/dangmanhcuong
Blog: http://vi.netlog.com/Cuong_littlecat
Website: http://ngoisaodanduong.com
http://www.saomaicenter.org
Projec-Website: http://dangmanhcuong.googlecode.com
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] CD burning

2012-10-17 Thread inthaneelf
there are actually about a dozen folks are using, windows media player,
windows' built in burning ability, and starburn (free off the web) are a
start on the list

if you wish for instructions on the other two methods go to my website:
http://grabbag.alacorncomputer.com

and download my helpful hints setup, it has notes on this under sound, and
under CD

take care, 
inthane

-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of Becky Buckner
Sent: Wednesday, October 17, 2012 12:28 PM
To: jaws-users-list@jaws-users.com
Subject: [JAWS-Users] CD burning

When using Windows 7 and JAWS 13, what is the easiest CD burner to use?

Thanks

Becky
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] Text editor

2012-10-17 Thread inthaneelf
no problem

we all do that, lol

elf

-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of Justin.Williams2
Sent: Wednesday, October 17, 2012 12:27 PM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] Text editor

Tract.  Oops my bad.  

-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of inthaneelf
Sent: Wednesday, October 17, 2012 3:11 PM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] Text editor

was this tack or track with a forgotten letter?

de elf


-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of Justin.Williams2
Sent: Wednesday, October 17, 2012 11:03 AM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] Text editor

Have you tried tact changes?

-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of inthaneelf
Sent: Wednesday, October 17, 2012 1:49 PM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] Text editor

I believe win dif can do this

you'll need to Google for it but I've been told its quite effective at this
exact type of thing along with its primary function comparing two versions
of a document and showing the differences

HTH,
inthane

-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 12:12 AM
To: Jaws Users
Subject: [JAWS-Users] Text editor

Hi listers
Can any body show me a program for merging 2 text files together? Let's me
give a little example:
I write a text file and send to my friend, then both of us read and edit it.
Now my friend send it back to me, and I want to merge it without reading for
saving time. Please help me Thanks so much Cuong Dang  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: http://facebook.com/dangmanhcuong
Blog: http://vi.netlog.com/Cuong_littlecat
Website: http://ngoisaodanduong.com
http://www.saomaicenter.org
Projec-Website: http://dangmanhcuong.googlecode.com
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/


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


Re: [JAWS-Users] CD burning

2012-10-17 Thread HHamit Campos
Oh yeah. I fdorgot something. Well, I don't know what's being burned on to
the disks, but if music, well there's one point I forgot. I don't know if
star burn will do it. If you want to stick 2 tracks so it sounds like 1,
Windows Media player won't do it. Then there's the issue of CD TXT. This is
so the track names are listed and things like that. I know Nero Burning Rom
does all this and more of course. I use to use it. I just don't any more
since I have every thing on a 2 TB My Book hard drive.

-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of inthaneelf
Sent: Wednesday, October 17, 2012 3:42 PM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] CD burning

there are actually about a dozen folks are using, windows media player,
windows' built in burning ability, and starburn (free off the web) are a
start on the list

if you wish for instructions on the other two methods go to my website:
http://grabbag.alacorncomputer.com

and download my helpful hints setup, it has notes on this under sound, and
under CD

take care,
inthane

-Original Message-
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of Becky Buckner
Sent: Wednesday, October 17, 2012 12:28 PM
To: jaws-users-list@jaws-users.com
Subject: [JAWS-Users] CD burning

When using Windows 7 and JAWS 13, what is the easiest CD burner to use?

Thanks

Becky
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/