|
ECS-L Home Automation and Security Archives |
learn more
| view messages for this
month | NetBloc® | terms of use | search
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects
Subject: From: Date: | full path name dastorey Thu, 4 Mar 1999 16:54:06 -0600 |
I am having Trouble assigning a full path name for a file to a text item.
The following two events are what I am doing that works, the third is what I
want to do but haven't been able to make work.
|Event: speak status Called ?:Yes
| Do file number Set 120
| Do Event-Call Set file to speech
| Do Text-A T1<-Stt Chat level
| Do Text-A Set Speak->VC
| End
|Event: file to speech Called ?:Yes
| Do Text-A Set Re-Define Text
| Do Text-A Set @
| Do Text-A Set T
| Do Text-A Set X
| Do Text-A Set T
| Do Text-A T1/A<-Stt file number
| Do Text-A Set .
| Do Text-A Set T
| Do Text-A Set X
| Do Text-A Set T
| Do Text-A Set Speak->VC
|
| End
The above works great I do most of my talking this way rather than making
40.000 text items. What I want to do is move all of my text file into a sub
directory. However I can not seem to specify a full path name and make it
work. The following for example does not work. Is there a way I can make
it work?
|Event: file to speech Called ?:Yes
| Do Text-A Set Re-Define Text
| Do Text-A Set @
| Do Text-A Set .
| Do Text-A Set \
| Do Text-A Set T
| Do Text-A Set X
| Do Text-A Set T
| Do Text-A Set \
| Do Text-A Set T
| Do Text-A Set X
| Do Text-A Set T
| Do Text-A T1/A<-Stt file number
| Do Text-A Set .
| Do Text-A Set T
| Do Text-A Set X
| Do Text-A Set T
| Do Text-A Set Speak->VC
|
| End
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects