For BAS we need to use %% I guess, after trying all the things, this code worked.
for /D %%I in ("C:\BAS\Profiles\*") do @del /S /F /Q "%%I\Cache\*.*"Thank you for helping @tet-vivi @super84
I have already configured the browser's proxy settings; however, I need to log the current IP address before the threads begin execution. I noticed that when the proxy is set, an HTTP request is initiated to retrieve the IP address; how can I capture the returned result and output it to the log?
Thank you for your assistance.
acction set var
_PROXY["ip"]
@Roy-Mustang Thank you for your reply. I don't understand.