@genericname1
Does this happen specifically when copying something inside BAS? In the script panel where the actions are or from the browser?
What version of BAS are you using?
Please record a video demonstrating the problem so that we can understand what is happening.
.vbs не запускается через bas
-
Сделал такой .bat:
start /w wscript.exe "D:\tormulti\launch.vbs".vbs в свою очередь открывает .exe
.bat работает (если открыть двойным кликом)
В bas открываю через "запустить процесс" - ошибка:
Вот 18 строка в vbs:
WshShell.Run "data\tor.exe -f data\torrc -SocksPort " & Port & " -ControlPort " & CPort & " -DataDirectory data\torf" & i & countries, 0Т.е. exe не может открыться через bas?
