@shux 咱俩看法差不多,搞成中文更看不懂。 那还不如学学易语言。全中文
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. -
@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