Jump to content

PortQry.exe Script failing need help...


Go to solution Solved by mrflibblehat,

Recommended Posts

Posted

Hello I'm new to autoit scripting and I was trying to script out using Microsoft's PortQuery software to test RDP sessions.

Here is what I scripted in a batch file:

Echo ================================================= >> C:RDP-Scan.log"
Echo Date: %DATE% TIME: %TIME% >> C:RDP-Scan.log"
portqry -n Computername -e 3389 >> C:RDP-Scan.log
Echo ================================================= >> C:RDP-Scan.log.log"
C:RDP-Scan.log.log
Exit

 

 

Here is what I tried to do in autoit:

Run("""" & @ScriptDir & "portqry.exe -n computername -e 3389 >> """ & @ScriptDir & "PortQuery-Log.txt""")

Can anyone assist me?

I'm not sure what I'm doing wrong here.

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...