Re: lingo-l fileIO irregularity

2001-06-15 Thread pranavn
Hi Steve Are you using long filenames? Sometimes they can cause a problem with older Windows apps such as Write which have been upgraded to Win9x. If you really must have a long name, consider using the DOS 8.3 version of the path and file when passing it to open. e.g. open My

RE: lingo-l fileIO irregularity

2001-06-15 Thread Pekka Buttler
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steve Bolton Sent: 15. kesakuuta 2001 8:13 To: [EMAIL PROTECTED] Subject: lingo-l fileIO irregularity sorry - not fileIO! Hi all, D8, PC, low IQ? I need to open a text file, which is in the same folder as the projector, in wordpad from

Re: lingo-l fileIO irregularity

2001-06-15 Thread Steve Bolton
Ya thanks! - That works. At 12:39 15/06/01 +0530, you wrote: Hi Steve Are you using long filenames? Sometimes they can cause a problem with older Windows apps such as Write which have been upgraded to Win9x. If you really must have a long name, consider using the DOS 8.3 version of the path

RE: lingo-l fileIO irregularity

2001-06-15 Thread Al Hospers
I need to open a text file, which is in the same folder as the projector, in wordpad from a projector. I'm using open the moviePath myfile.txt with C:\windows\write.exe The problem is - wordpad opens but I get an error message saying file My (etc.) not found. On the other hand

Re: lingo-l fileIO irregularity

2001-06-15 Thread Charlie Fiskeaux II
Message - From: Al Hospers [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 15, 2001 8:11 AM Subject: RE: lingo-l fileIO irregularity I need to open a text file, which is in the same folder as the projector, in wordpad from a projector. I'm using open the moviePath myfile.txt

lingo-l fileIO irregularity

2001-06-15 Thread Bruce Epstein - Zeus Productions
The moviePath represents the path to the current DIR movie, which may or may not be the same as the path to the Projector. The applicationPath is the path to the Projector (or to Director.EXE during authoring). You also might try adding parentheses, such as: open (the moviePath myfile.txt)

lingo-l fileIO irregularity

2001-06-14 Thread Steve Bolton
sorry - not fileIO! Hi all, D8, PC, low IQ? I need to open a text file, which is in the same folder as the projector, in wordpad from a projector. I'm using open the moviePath myfile.txt with C:\windows\write.exe The problem is - wordpad opens but I get an error message saying file

lingo-l fileIO irregularity

2001-06-14 Thread Steve Bolton
Hi all, D8, PC, low IQ? I need to open a text file, which is in the same folder as the projector, in wordpad from a projector. I'm using open the moviePath myfile.txt with C:\windows\write.exe The problem is - wordpad opens but I get an error message saying file My (etc.) not found.