Re: [Qgis-user] move files with qgis actions

2013-05-08 Thread Nathan Woodrow
Hey Lito, In your batch file you can use the MOVE command http://www.computerhope.com/movehlp.htm If you have a batch file like: MOVE %1 C:\Temp\ %1 is the first arg passed to the batch file In QGIS you would have a action that calls the batch file like this yourbatch.bat [% ImageField %] -

[Qgis-user] move files with qgis actions

2013-05-07 Thread Lito Macieira
Hi guys, I have one doubt, may be anyone can help me. I have one layer (like houses). For each house i have one picture. I want that, when a user insert a new feature, choose a picture. Then i want that qgis move that picture to another folder with the name of the genereted ID for that house. I'm