I run PB3.5 Programs using long file names on win9x platforms with good success.
I use the following statements:
1. PBLFN Shareware, Version 2, 1998 by Hans Lunsing (LfnChdir, LfnCurDIr$ ... and so on)
2. alternativ shell DOS$ with DOS$="MKDIR "+Longfilename$" or DOS$="CD "+Longfilename$" ... and so on
My Problem is that all these statements do not work with windows 2000.
Only one statement is successfull: shell "C:\winnt\system32\cmd.exe/c "+"DIR > c:\DIRDATA"
I got this statement from Tom Hanlin. In this case the file DIRDATA contents the long filenames.
All other DOS statements in analogous manner fail. e.g.: shell "C:\winnt\system32\cmd.exe/c "+"MKDIR "+Longfilename$
How can I solve the problem ?
------------------
I use the following statements:
1. PBLFN Shareware, Version 2, 1998 by Hans Lunsing (LfnChdir, LfnCurDIr$ ... and so on)
2. alternativ shell DOS$ with DOS$="MKDIR "+Longfilename$" or DOS$="CD "+Longfilename$" ... and so on
My Problem is that all these statements do not work with windows 2000.
Only one statement is successfull: shell "C:\winnt\system32\cmd.exe/c "+"DIR > c:\DIRDATA"
I got this statement from Tom Hanlin. In this case the file DIRDATA contents the long filenames.
All other DOS statements in analogous manner fail. e.g.: shell "C:\winnt\system32\cmd.exe/c "+"MKDIR "+Longfilename$
How can I solve the problem ?
------------------
Comment