stesvet1
Technical User
- Sep 23, 2006
- 22
FPW2.6a on WIN XP or 2000NT
a) If I write into command line (FAR, Windows,..., any file manager): dir c:\*.ppt /s /a >dirinfo.doc, I obtain output information with long names of all *.ppt files =>
***** RESULT***************
23.08.2002 16:53 65?536 poster_zuerich.ppt
22.03.2006 21:00 69?120 Overcost of Renault-Flins' water-borne basecoat project compared to solvent-borne basecoat in euros by kg of VOC wo.ppt
********************
b)but if I write the same command in FPW2.6:
Run /0 dir e:\*.ppt /s /a >dirinfo.doc,then output information is both not same and in some version Win is number of all filles shorter (the best results were on Win 95)
***** RESULT***************
POSTER~1 PPT 65536 23.08.02 16.53
OVERCO~1 PPT 69120 22.03.06 21.00
********************
c) is there any possiblity to use C - language with API?
Note1: I am not programmer but FPW2.6 hobby maker (I am using it mostly as html generator) and I would like to start with foxtool.dll and so on (I do not understand exampes from distribution kit manuals book yet - I must learnig it).
Note2:
I solved it partly by using of combination of executing of *.BAT-file (wit DIR the command) followed with RUN /N commmad, which starts Browser (Opera, IE6, Mozilla).
I was very suprised, because RUN /N command is much more faster as previous BAT-command and result was: it worked with long file names but I had to once more start the PRG!
Therefore I made absichtlich an error command, that ask me now Cancel-Resume-Ignore? Then I choose simply Ignore and RUN /N command is then not faster, i.e. result is very good (but I must allways click on Ignore).
a) If I write into command line (FAR, Windows,..., any file manager): dir c:\*.ppt /s /a >dirinfo.doc, I obtain output information with long names of all *.ppt files =>
***** RESULT***************
23.08.2002 16:53 65?536 poster_zuerich.ppt
22.03.2006 21:00 69?120 Overcost of Renault-Flins' water-borne basecoat project compared to solvent-borne basecoat in euros by kg of VOC wo.ppt
********************
b)but if I write the same command in FPW2.6:
Run /0 dir e:\*.ppt /s /a >dirinfo.doc,then output information is both not same and in some version Win is number of all filles shorter (the best results were on Win 95)
***** RESULT***************
POSTER~1 PPT 65536 23.08.02 16.53
OVERCO~1 PPT 69120 22.03.06 21.00
********************
c) is there any possiblity to use C - language with API?
Note1: I am not programmer but FPW2.6 hobby maker (I am using it mostly as html generator) and I would like to start with foxtool.dll and so on (I do not understand exampes from distribution kit manuals book yet - I must learnig it).
Note2:
I solved it partly by using of combination of executing of *.BAT-file (wit DIR the command) followed with RUN /N commmad, which starts Browser (Opera, IE6, Mozilla).
I was very suprised, because RUN /N command is much more faster as previous BAT-command and result was: it worked with long file names but I had to once more start the PRG!
Therefore I made absichtlich an error command, that ask me now Cancel-Resume-Ignore? Then I choose simply Ignore and RUN /N command is then not faster, i.e. result is very good (but I must allways click on Ignore).