richen
7th July 2006, 11:39
I want to make a batch file which deletes multiple files on an AIX machine.

I tried it with mdelete but it is not working.

mdelete ORD*

Is there another way? :confused:

george7a
7th July 2006, 11:56
Hi,

You can use the Shell function to execute any command (rm ORD*) on the server:
http://www.baanboard.com/programmers_manual_baanerp_help_functions_starting_and_stopping_programs_shell

You can also try to use the file.rm() function:
http://www.baanboard.com/programmers_manual_baanerp_help_functions_directory_file_operations_file_rm

I hope it helps,

- George

richen
7th July 2006, 14:17
I have delete multiple files by using a batch file

Markus Schmitz
15th July 2006, 19:59
rm ORD* ??????