Menu

#13 deldir list option does not work

closed
nobody
None
5
2003-12-06
2002-12-16
No

Version 1.10 of os9deldir does not list dir contents
when the l option is chose in the (l/d/g).
following is the output:

Deleting directory: junk,CMDS
List directory, delete directory, or quit? (l/d/q) l
The command: os9dir -e junk,CMDS
'os9dir' is not recognized as an internal or external
command,
operable program or batch file.

Deleting directory: junk,CMDS
List directory, delete directory, or quit? (l/d/q)

modifying the following corrects the problem.
static char list_command[] = "os9dir -e ";

static char list_command[] = "os9 dir -e ";

Discussion

  • tim lindner

    tim lindner - 2003-12-06
    • status: open --> closed
     
  • tim lindner

    tim lindner - 2003-12-06

    Logged In: YES
    user_id=212527

    Thanks for the fix. CVS has been updated.

     

Anonymous
Anonymous

Add attachments
Cancel