Re: directory mng.

new topic     » goto parent     » topic index » view thread      » older message » newer message

> system("del >nil /q temp\\*.*",2)

You'll want to put the redirection last, and the options after the
directory. Also, the direction is NUL not nil. And don't forget to
quote your path names.

The correct format would be: "del \"temp\\*.*\" /q > NUL"

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu