@pirkhezr said in I need this feature to make the interface less boring.:
@sergerdn Does your script have similar multithreading processes?
Yes.
I hope that you add some options to get (Desktop Path), (Temp Path), (Document Path) that is really easy to programming it but very useful.
Also Solve a problem with current Project Path and let it give us a path for the actual exe file not which it compiled by BAS not the FastExecutionPath.
@darkstone said in System Path (Very important):
I hope that you add some options to get (Desktop Path), (Temp Path), (Document Path) that is really easy to programming it but very useful.
Also Solve a problem with current Project Path and let it give us a path for the actual exe file not which it compiled by BAS not the FastExecutionPath.
To do this, you can use the environment variable:
@echo %USERPROFILE%


test script