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
Hi, is there any way to use Proxy (IP Authentication - no username,password) in BAS?
Thanks.
@PTANO1 what's the problem?
@PTANO1 said in Proxy IP Authentication:
When I use proxy : 209.127.191.180:9279
no error message when connecting proxy, but i can't load any web page.
I am using IP Authentication.
Do you know what I did wrong?
Or how do I install it.
Thanks.
ip authentication means that you can only connect from a computer whose ip address is allowed. No special actions are required to use such proxies
I found my mistake, thanks.
@PTANO1 said in Proxy IP Authentication:
209.127.191.180:9279
yes, I hope that you are entering the ip of the proxy, and not your computer. Check which ip you have allowed for these proxies and whether it corresponds to the ip of the computer on which you are running the BAS. Also check if this proxy works in a normal browser.