![]() |
KnowBrainer Speech Recognition | ![]() |


|
Topic Title: "Save As" Topic Summary: How get files saved to correct folders Created On: 05/20/2008 11:30 PM Status: Post and Reply |
|
![]() |
- Osseous | - 05/20/2008 11:30 PM |
![]() |
- Lunis Orcutt | - 05/21/2008 04:27 PM |
![]() |
- Osseous | - 05/21/2008 11:13 PM |
![]() |
- Lunis Orcutt | - 05/22/2008 05:01 AM |
![]() |
- Osseous | - 05/22/2008 10:43 PM |
![]() |
- Lunis Orcutt | - 05/22/2008 11:45 PM |
|
|
|||||||
|
Ola again, Was wondering how to use the Save As file properly in DNS. I saw in the KB 2007 instruction guide that this is possible, but needs to be 'personalized' by the user. I would like to know how to walk the file down several levels of folders to get it where I want it....ie: Documents/Business/Patient_Files/Dictations/5.20.2008 (a folder that I created for patient files dictated on May 20, 2008)?
Thank you again.
|
|||||||
|
|
|||||||
|
|
|||||||
-------------------------
|
|||||||
|
|
|||||||
|
|
|||||||
|
Lunis, Two questions regarding your much appreciated response. 1) Does that script get launched by saying 'Save As' and that script is the pathway to the appropriate desired folder? 2) Do I have to create a new script for every new folder that I might want things saved to by default?...I tend to store dictated patient files grouped together in folders that I create for each date of service that I do dictations. In fact, I sometimes create 2 different folders as I might have an AM session at one office and a PM session out of another office. |
|||||||
|
|
|||||||
|
|
|||||||
-------------------------
|
|||||||
|
|
|||||||
|
|
|||||||
|
This is how I set things up. Tried to copy your instructions but I am still just a bit off.
Did DNS Global Command as follows for date stamp (Called it date stamp btw): Sub Main
Did KB2007 command as follows: SendKeys "{Alt+f}a"
|
|||||||
|
|
|||||||
|
|
|||||||
|
It looks like you created your DNS date stamp command in lowercase. If that is the situation, you will need to change your Date Stamp command to Title Case. One advantage of capitalizing your personal commands is that you will immediately recognize them in the yellow Results Box but additionally, HeardWord commands are case sensitive. Note: it also looks like you tossed in an unnecessary "\" at the end of your Dictations line too and that would prevent your command from deploying because your command is currently typing 2 backslashes instead of one. Come to think of it, you might just want to write this entire command from within NaturallySpeaking without the HeardWord command or KnowBainer. Just paste the following code between Sub Main and End Sub in a new advanced scripting DNS command and see what happens: SendDragonKeys "{Alt+f}a"Wait .5SendDragonKeys "C:\Scott-PC\Users\Scott\Documents\Dictations" Wait 1 SendKeys Format (Now, "mm.dd.yyyy" Wait 2 SendDragonKeys "\{End}" Wait .5 HeardWord "\Caps-On" -------------------------
|
|||||||
|
|
|||||||
FuseTalk Standard Edition v4.0 - © 1999-2013 FuseTalk™ Inc. All rights reserved.