M
Mark Coutinho
This is the problem:
- some people have a program installed in E:\program files\example
- other people have that one installed in E:\program files\example234
- the program should be installed in the first one
- so the program should be uninstalled for the people of the second
group
The batch has to find out first whether there is a directory of that
name (in this case: E:\program files\example234).
If yes: run the installer of that program.
If no: do nothing
How can I let the batch read out whether that directory exists?
Thanks in advance!
- some people have a program installed in E:\program files\example
- other people have that one installed in E:\program files\example234
- the program should be installed in the first one
- so the program should be uninstalled for the people of the second
group
The batch has to find out first whether there is a directory of that
name (in this case: E:\program files\example234).
If yes: run the installer of that program.
If no: do nothing
How can I let the batch read out whether that directory exists?
Thanks in advance!