- 
d5804898
 by Eric Pouech   at 2025-07-07T20:51:46+02:00 
 cmd: Introduce struct batch_file to hold information about a .cmd file.
It's shared by all contexts refererring to the same bat/cmd file.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
 
- 
50c45eb0
 by Eric Pouech   at 2025-07-07T20:51:46+02:00 
 cmd: Add a cache for the labels lookup.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52720
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
 
- 
dd4d71f3
 by Eric Pouech   at 2025-07-07T20:51:46+02:00 
 cmd/tests: Add tests about .cmd file alteration while executing it.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>