> Is it possible to setup Plucker to install parsed web content to multiple > users using the same PC/Palm Desktop(Windows OS)? I tried adding diferent > HotSync usernames to the plucker.ini and separating them by semicolon but it > didn't work...
Wow, I was just about to post the same question today. What I realized is that there is a way to do it right now, but it's more of a hack than a feature. Here's how. In the plucker.ini file, you'll find something like this: ----- paste ----- ;; A string specifying a command to be executed after spidering. ;; ;;after_command = ;;after_command1 = ;; : ;;after_command9 = ----- end paste ----- On Windows, just change one of those to be: after_command = "D:\Program Files\Handspring\Instapp.exe" "D:\Program Files\Plucker\PluckerMan.DB\PluckerDocumentation.pdb" Make sure you change the paths to what is installed on your computer.
