Viktor, > Do you know a solution to implement multiple batch command > inside INSTALL_RULE rule variable?
>> * Little tweak to install rules to allow multiline rules >> on non-bash shells I don't know if you are referring to something internal to make files, or something for the Windows shell. In NT and Win2000 you can do (in both CMD.exe and COMMAND.com): C:\> echo 1 & echo 2 & dir /w & echo 3 To execute all 4 commands one after the other. Chen. _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
