genocid Posted March 23, 2010 Posted March 23, 2010 (edited) hi. I write a command to run (% windir% \ smss.exe / pass: willboy / port: 1988 / save / silence) How do I get this to run the script. I searched for 2 days and I found nothing. I tried to run () and send but do not want to see write command when the only Edited March 23, 2010 by genocid
ripdad Posted March 23, 2010 Posted March 23, 2010 (edited) I tried to run it from a command window.it says:C:\WINDOWS\system32\smss.exe application cannot be run in Win32 mode.It won't display /help either. Edited March 23, 2010 by ripdad "The mediocre teacher tells. The Good teacher explains. The superior teacher demonstrates. The great teacher inspires." -William Arthur Ward
BoogY Posted March 23, 2010 Posted March 23, 2010 (edited) Or something like this Run(@ComSpec & " /c " & 'commandName', "", @SW_HIDE) ; don't forget " " before "/c" Its the same thig as if you doo RUN / EXECUTE Edited March 23, 2010 by BoogY
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