Scripting batch import of point files

 From:  bemfarmer
9756.1 
HI Michael

The script ImportPointFile works well for manually importing a point file in X Y Z space delimited format.

Do you have any tips for importing 4 files in the point format, in a script?

I can do an .htm file, which would include prompts:
"Import Curve A"
"Import Curve B"
"Import Curve C"
"Import Curve D"

Options:
Delimiter: "Space"
Import as: "Through points"
Curve end: "Open"

(I did have a look at Batch Convert.)

# include "ImportPointFile.js" ?

Thank you,
- Brian

I also want to name the curves... can probably find some examples of how to do this...