You can do the same thing in UniData; however you should put DIR in line 1 instead of F and use CREATE.FILE DICT TEXTFILES 1 to create the dict item.
I also tend to put D_VOC in line 3 instead of doing the CREATE.FILE. You can also use things like @UDTHOME and @UDTBIN in the path. I do this to create a pointer to the bin directory so that I can look at the log files. I've put a program on the PickWiki that can be used to grab the O/S info for items in DIR files. There are also some dictionary items so you can list or select the files. http://www.pickwiki.com/cgi-bin/wiki.pl?GetOsInfo Colin Alfke Calgary, AB >-----Original Message----- >>From: Nick Cipollina >>One possible solution is this, say you have a folder that is located >>at C:\TextFiles. Edit a VOC entry called TEXTFILES and put the >>following: >> >>001 F >>002 C:\TextFiles >> >>save it. Then do the following CREATE.FILE DICT TEXTFILES 1,1,18. >>This will create the dictionary for this file ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
