Hi, i wanna open .bat file in bas but i don't know how can i do this. I need this for changing my mobile ip with adb commands. Can anybody help me for this problem ?
@FastSpace The a/m error is from a desktop of mine, in the same LAN, and I'm connecting to it via RDP with my laptop.
Could this be because there is no actual display attached to the computer?
@johnsharon
I think temporary profiles can't be deleted. Check the folder:
"....\BrowserAutomationStudio\apps\26.7.1\prof"
The reason for this behavior may be that BAS does not have permissions to edit/delete files.
Try to run the program as administrator.
Try restarting the project periodically using the buttons in the interface, but not through forced closing or closing via Task Manager or something similar.
Try moving BAS or the project you are running to a different directory or disk.
@jobriwterr I didn't fully understand you, the clipboard is shared by the entire PC, so if you work on that PC and use the clipboard in your work it can cause problems. If you are using multithreading then you should use the clipboard one at a time, this can be implemented through thread locking using global variables.