Hello,
I'm programming in VS .NET 2003 a window application
by using C# language.
I was configured 3 modes (Debug, Release and Testing). My
intention to run few commands as RemoveDir,MakeDir and
Copy files from directory to another. I can run those
commands as .BAT file but the difficult is running
that .BAT file.
The condition is that if I build/run the application in
debug mode the .BAT file will be excuted otherwise it
won't.
I know there is a property which called "Pre-build Event
Command Line" but unfortunately it's not consider with
the active mode.
My questions are :
1. Is the .BAT file is the most efficient in that issue?
2. How can I implement it ?
With thanks,
Moshe.