Hello,
Im new here and thankfull for any kind of help!
Are ther any known compatibility problems with NT 4.0?
To create or delet a file without file extention for example does not work!
Example:
DeletFile>EXAMPLE.TXT => is OK
DeletFile>EXAMPLE => is Not OK
The same problem occurs when you try to readln or writeln.
Another problem is when you try to compile under NT 4.0: EXE files won't be created! The compiler stops with an error and program termination!
NT Problem with Macro Scheduler Version 7.2.038 - 19/08/2003
Moderators: JRL, Dorian (MJT support)
-
- Newbie
- Posts: 1
- Joined: Sun Jan 11, 2004 2:53 pm
a) Du hast einen Typo (Schreibfehler im Befehl) dies nur NebenbeiDeletFile>EXAMPLE.TXT => is OK
DeletFile>EXAMPLE => is Not OK

b) solltest Du die Dateiendung vernachlässigen wollen um mittels "Wildcarding" zu loeschen, ist der Weg uebers DOS vorzuziehen.
Run Program>cmd /c del C:\mypath\example.*
Möchtest Du Dateien löschen welche tatsächlich keine Dateiendung haben
