delete DOS files

  • Thread starter Thread starter tim
  • Start date Start date
T

tim

how do I delete files from the network drive?

I have a module that reads ascii files and loads a table.
when I finish with them I need to delete them.

this does not work. ( i get file not found)
retval = Shell("del \\mmlapppr01\dbs_counts\prod048
\stats\cronlog")

when I run the del cmd in a dos prompt , it works fine.

if you are gone to suggest the 'deletefile' method, please
give a better example than the HELP gave.

TIA
 
Back
Top