hi
what is the syntax to use for post build actions in project/settings
I want to copy some files from one directorie to another
thanks
hi
what is the syntax to use for post build actions in project/settings
I want to copy some files from one directorie to another
thanks
Hi Mos89,
The syntax is the same than the one in the command line prompt of windows.
For example, you can type only "script.bat" and it will run the script.bat file located in the folder of the project.
Or you can type "copy APPLI.XTI t5.cod" for copying a file
You can also use special alias like $(P) that will be replaced by the path of the project directory, $(V) for the version of the project, and $(S) for the path of the install folder of Straton