Forget Posted October 4, 2017 Posted October 4, 2017 I can't unlock a file with unlocker. please help me. Run(@ScriptDir & "\Unlocker.exe C:\Users\Administrator\Desktop\File\x0xdel.dll /S /D")
badcoder123 Posted October 4, 2017 Posted October 4, 2017 I think I speak for everyone here... We need a little more context. What are you trying to accomplish?
Forget Posted October 4, 2017 Author Posted October 4, 2017 "use it's command line options to unlock and delete files" How it? Sorry my grammatical :((
badcoder123 Posted October 4, 2017 Posted October 4, 2017 (edited) Are you trying to delete something? In your example ( Run(@ScriptDir & "\Unlocker.exe C:\Users\Administrator\Desktop\File\x0xdel.dll /S /D") ) you don't even have a del in there Assuming you want to delete something you could do; Run(@ComSpec & " /c " & ' C:\ && del C:\Users\Administrator\Desktop\File\x0xdel.dll /s /d', "", @SW_SHOW) If you're not trying to delete something quote me and I'll get back to you... Edited October 4, 2017 by badcoder123
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