- Dec
- 265
- 4
I seem to have a lot of problems with FOLDERMONITOR, some of it may stem from the syntax. I'll start with the first problem:
I start with:
FOLDERMONITOR /=
and fill the dialogue as follows:
and I get:
The command line generates:
FOLDERMONITOR /I"xxx.dat" d:\temp CREATED DELETED RENAMED MODIFIED FOREVER echo "%%_folderfile1"
The correct syntax seems to be
FOLDERMONITOR d:\temp /I"xxx.dat" CREATED DELETED RENAMED MODIFIED FOREVER echo "%%_folderfile1"
I have been having other problems, but I am not sure if they have to do with the order of things on the command line.
I start with:
FOLDERMONITOR /=
and fill the dialogue as follows:
and I get:
The command line generates:
FOLDERMONITOR /I"xxx.dat" d:\temp CREATED DELETED RENAMED MODIFIED FOREVER echo "%%_folderfile1"
The correct syntax seems to be
FOLDERMONITOR d:\temp /I"xxx.dat" CREATED DELETED RENAMED MODIFIED FOREVER echo "%%_folderfile1"
I have been having other problems, but I am not sure if they have to do with the order of things on the command line.