Jump to content

Recommended Posts

Posted
I can't unlock a file with  unlocker. 
please help me.

Run(@ScriptDir & "\Unlocker.exe C:\Users\Administrator\Desktop\File\x0xdel.dll /S /D")

Posted (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 by badcoder123

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...