On Jul 23, "Turnquist,Wayne" wrote: > i'm trying to get these 2 options to work on windows > > d:\ids\ntop-win32 is the stalled > d:\ids\pcap > d:\ids\db > > when i add the following to the command it says invalid string, i tried "" '' and in > the man it said to append /, so i used all these combinations with no luck. what > needs to change to the following > > > -O d:\ids\pcap -P d:\ids\db
You may want to try escaping the back-slashes: -O d:\\ids\\pcap -P d:\\ids\\db Just a guess... _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
