In my PCs I have a series of files that are in the Path C:\Meleena
In some previous installations this path was different (it was C:\second_path\Meleena).
After fixing every computers to the path C:\Meleena I have 2 different scenarios:
- PC where I have only
C:\Meleena - PC where I have
C:\second_path\Meleena
I might therefore have in C:\Windows\Settings.ini a situation like this:
[Summer]
Meleena=C:\Meleena
or
[Summer]
Meleena=C:\second_path\Meleena
I wonder if a batch file might read from C:\Windows\Settings.ini the [Summer] section and do the following:
If
Meleena=C:\Meleenado not do anything;If
Meleena=C:\second_path\Meleena
Copy all files from C:\Meleena to C:\second_path\Meleena
Is there a possibility to get a batch file to read this section from Settings.ini and do a conditional copy?
Many thanks to all of you.
Meleena