(no subject)
- Posted by Euman <Euman at triad.rr.com> Jun 24, 2006
- 1074 views
Sergio wrote: > > Al Getz wrote: > > > > Sergio Gelli wrote: > > > > > > > > > Hi Al > > > > > > Como está você? Grande prazer em falar contigo! > > > > > > Which the reason to continue using .ex? I am old > > > dinossauro (in extinguishing :)) Really, the reason is that > > > in our business we use a system with old Dbase-4 and there > > > exists more than 3000 programs twirling. Is to hard chang it. > > > We use the Euphoria to help the Dbase in some works, for > > > example: back-ups. > > > > > > Boa sorte para você também! > > > > > > Sérgio Gelli - Brasil > > > > > > Ola outra vez Sergio, > > > > Muito bom, obrigado, e o prazer e meu ingualmente. > > Eu aprecio sempre falar com o alguem de Brasil! > > > > I guess you know your software better than i do, but if you are > > just doing some file detection and copying you could probably > > use the exw form as well as the ex form, unless of course you > > have some DOS specific stuff you need. Maybe you could make > > a list of all the Euphoria functions you call and post them > > here and we can try to determine if you can make the move > > to the exw form in order to make things run a bit smoother. > > Another idea would be to create another exe program you can > > call from your .ex program to get the 'dir' of a given > > directory and store the results in a text file. Your .ex > > file could then read the text file to get the results. > > I used to do this with an old program of mine until converting > > to using Window's API function calls. > > > > > > Ate logo, > > Al > > > > E boa sorte com sua programação Euphoria! > > > > My bumper sticker: "I brake for LED's" > > > > Hi All > > Bom dia! Obrigado pela atenção. > > It will be that the MSDOS goes to finish? > I am sad for knowing that Euphoria will not have resources > to make a simple work same as it makes the function to dir (), > perhaps, with the progress of the Windows platform, more > functions will leave to work. But perhaps, either only > setings of my XP that is incorrect. This is very probable > because our Dbase IV, made in 1993 is working without imperfections. > I will be in these days, trying to migrate for .exw. > > its ideia to create an archive of text with the directory > information, certainly goes to work, because in my project > this is made accurately in this way, one procedure lists all > folders, sub-folders and archives. You it would have an > example of as to make this code? > > Até breve, > > Sérgio Gelli - Brasil Hello, I wrote along time ago a replacement for dir() http://www.rapideuphoria.com/dir232.zip a demo of the work it does can be found here: http://www.rapideuphoria.com/effm2.zip my dir() uses all win-api functionality and allows viewing those infamous hidden directories.. Regards, Euman BTW: Glad to be back!!