Problem with gBLoadWave & Prompt
schmaud
I am using gBLoadWave in a procedure.
I supply a file-name string, but get a dialog for file location. According to the help file this should not happen.
"If fileNameStr is omitted or is "" or the /I flag is used, you get to locate the file via a dialog."
Just pressing enter loads the correct file, but my point is to automate without user input.
How do I suppress the dialog?
Many Thanks
Ralf
The code line is:
gBLoadWave/o/B/N=test/T={80,4} /q/W=1 file_n
file_n is a string which reads e.g. "140320ID.7"
/P=pathname
flag inGBLoadWave
. For help with setting the path useMay 22, 2014 at 10:55 am - Permalink
John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
May 22, 2014 at 11:31 am - Permalink
Execute:
DisplayHelpTopic "Path Separators" to see that topic.
May 22, 2014 at 02:16 pm - Permalink