Skip to main content
Cadet | Tier 2
May 10, 2024
Question

how can we assign string file location path to file variable

  • May 10, 2024
  • 8 replies
  • 329 views

how can we assign string file location path to file variable

8 replies

Ganesh Bhat
Most Valuable Pathfinder
Most Valuable Pathfinder
May 15, 2024

@raj121213 

Please use file assign as bellow

 

Please mark it as resolved if you find this answer useful.

 

You can reach me through WhatsApp : https://wa.me/message/5B3COVB4TXWHO1 LinkedIn: https://www.linkedin.com/in/ganeshdhogale/ https://www.linkedin.com/company/ai-brahmaai/ YouTube: https://www.youtube.com/@aibrahma1150
raj121213Author
Cadet | Tier 2
May 15, 2024

How can we close all excel and pdf files in automation anywhere

Marc Mueller
Most Valuable Pathfinder
Most Valuable Pathfinder
May 15, 2024

@raj121213 What about this one?
 

 

🤝Let's connect on LinkedIn: https://www.linkedin.com/in/developer-marc-mueller >>>>>>>> 📺Check out my YouTube channel - https://youtube.com/@AutomationDevelopmentEasy
raj121213Author
Cadet | Tier 2
May 16, 2024

how can we close all file explorer and different browsers

Marc Mueller
Most Valuable Pathfinder
Most Valuable Pathfinder
May 16, 2024

@raj121213

File explorer:

taskkill /F /IM explorer.exe & start explorer

 

For browsers:

Edge: taskkill /F /IM msedge.exe

Chrome: taskkill /F /IM chrome.exe

 

 

 

 
 
🤝Let's connect on LinkedIn: https://www.linkedin.com/in/developer-marc-mueller >>>>>>>> 📺Check out my YouTube channel - https://youtube.com/@AutomationDevelopmentEasy
Navigator | Tier 3
May 16, 2024

how can we close all file explorer and different browsers

I suggest using following rather than killing explorer. This will close all kind of windows(explorer, browser etc.) unless you explicitly specify.
Note: To keep the Bot editor window open, ensure that you add it in the Add window field. For example, enter *Control Room | Automation Anywhere* in the window title to keep it open.

 

https://github.com/A360-Tools | https://botstore.automationanywhere.com/vendor/botdev
Marc Mueller
Most Valuable Pathfinder
Most Valuable Pathfinder
May 17, 2024

@Bot Dev This is also a good one.

But general speaking I would handle the window or program/file close different then “Window: Close all”. Normally you should know which windows needs to be closed in your solution. I never used this taskill / Window: close all solution vor several windows/program/file to be closed.

🤝Let's connect on LinkedIn: https://www.linkedin.com/in/developer-marc-mueller >>>>>>>> 📺Check out my YouTube channel - https://youtube.com/@AutomationDevelopmentEasy
raj121213Author
Cadet | Tier 2
May 17, 2024

How can we close word file