I tried this, But i wont be able to batch in this case i guess.
Let me be clear i have around 2000+ png files, i need to batch all these files with the graphic style i created and save it another folder as png.
In the above case when I
"Create a document with an object and that style and save it on the desktop.
Create an action that opens that document, copies the object and closes that document.
Paste the object into the document you want to have the style and delete the object"
But how will the batch open the document i created and the files in folders everytime ?
Finally found the solution, The copy command will always will be in memory and the document with object and style which i created should be open all the time,
I just need to start the action with paste>clear>select all(this comand selects my png file)> apply graphic style>export as png undo the above steps > close. This is the batching procedure... Thanks a lot guys..