Hi,
I have a really simple script and it works great on the RDS server.
--start of script--
start /wait C:\Windows\System32\calc.exe
logoff.exe
--end of script--
The problem I have now is that calc.exe might be calc_v2.exe or calc_v3.exe. Can I use a wildcard to represent say calc_*.exe?
Thanks
I have a really simple script and it works great on the RDS server.
--start of script--
start /wait C:\Windows\System32\calc.exe
logoff.exe
--end of script--
The problem I have now is that calc.exe might be calc_v2.exe or calc_v3.exe. Can I use a wildcard to represent say calc_*.exe?
Thanks