Jump to content

Recommended Posts

Posted

Send(@DesktopDir, GUICtrlRead($Input2) & "." & GUICtrlRead($Input3))

This function takes 0 or 1 as its optional param.

Right up until post you seemed to be fine.

I was telling you that the directory for a desktop id @DesktopDir

Its a dextination, a path, like @AppDataCommonDir, or @WindowsDir

Try this in a code to see what I mean

MsgBox(0,"Path",@WindowsDir)

If you are having problems, always try to break it down

Try your "Send(@DesktopDir, GUICtrlRead($Input2) & "." & GUICtrlRead($Input3))" on its own in scite and see the result.

If its not what you want then try looking at the help file for the functions or macros.

When you start doing that, you will be fine.

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Posted

Thanks JohnOne,

MsgBox(0,"Path",@WindowsDir)

If you are having problems, always try to break it down

Try your "Send(@DesktopDir, GUICtrlRead($Input2) & "." & GUICtrlRead($Input3))" on its own in scite and see the result.

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
×
×
  • Create New...