Deltree does not exist in Cmd.exe
What I am trying to do:
But it has to be backwards compatible with QB1, QB4, and QB7..
What I am trying to do:
Code: (Select All)
Print "Enter dir spec:";
Input Dir$
If _DirExists(Dir$) Then
Kill Dir$
End If
But it has to be backwards compatible with QB1, QB4, and QB7..