qback.exw problem
- Posted by George Walters <gwalters at sc.rr.com> Oct 03, 2005
- 450 views
Using qback -d on Windows XP i'm getting the the message that 'deltree' is not a valid command. Any suggestions? Here's the code segment. I don't know what it's trying to do.
if find('d', entry[D_ATTRIBUTES]) then system("deltree " & target_path, NO_CLEAR) -- could add /y else system("del " & target_path, NO_CLEAR) end if