In linux when we run run.net.sh it will use the default WebGrab++.config.xml.
Is there a way to run a different file?
I want to run few in parallel, each config with a different settings and output file.
Brought to you by Jan van Straaten
Program Development - Jan van Straaten ------- Web design - Francis De Paemeleere
Supported by: servercare.nl
create as many folder as you want
inside each folder put a copy of your webgrab++.config.xml with the channels you want to run.
copy the ini the channels will use also.
you can put them in the same directory as the config or in siteini.pack/siteini.user just like your regular webgrab setup uses.
to start each syntax is
/path/to/dotnet/dotnet /path/to/webgrab/dll/WebGrab+Plus.dll /path/to/config/folder/directory/to/use
example
/usr/bin/dotnet /home/[username]/.wg++/bin.net/WebGrab+Plus.dll /home/[username]/path/to/folder1
/usr/bin/dotnet /home/[username]/.wg++/bin.net/WebGrab+Plus.dll /home/[username]/path/to/folder2
where folder1,2,ect contain the files i mentioned above.
if your comfortable, rather than copy your ini's to use to each folder u can create a hard link from each folder to your main siteini.pack folder