diff options
Diffstat (limited to 'vms/tools')
-rw-r--r-- | vms/tools/h5import/check_h5import.com | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vms/tools/h5import/check_h5import.com b/vms/tools/h5import/check_h5import.com index ef01611..152d3f1 100644 --- a/vms/tools/h5import/check_h5import.com +++ b/vms/tools/h5import/check_h5import.com @@ -189,6 +189,10 @@ $ ! Delete temporary files $ if F$SEARCH("*out.h5;*") then del *out.h5;* $ if F$SEARCH("*.dif;*") then del *.dif;* $ if F$SEARCH("*.err;*") then del *.err;* +$ if F$SEARCH("b*.;*") then del b*.;* +$ if F$SEARCH("txti*.;*") then del txti*.;* +$ if F$SEARCH("txtu*.;*") then del txtu*.;* +$ if F$SEARCH("*.dat;*") then del *.dat;* $ ! $ ! $ENDSUBROUTINE |