salah kai Posted May 19, 2017 Posted May 19, 2017 Hey everyone i wanna close a process by path like C:\Users\salah\AppData\Local\Temp\a.exe processclose(C:\Users\salah\AppData\Local\Temp\a.exe) i tried to split the path but i don't know how to know last loop and thanks
benners Posted May 19, 2017 Posted May 19, 2017 You can use StringRegexReplace like this MsgBox(0,'', StringRegExpReplace('C:\Users\salah\AppData\Local\Temp\a.exe', "^.*\\", "")) salah kai 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now