Jump to content

GUI Input to Notepad


edena
 Share

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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
 Share

×
×
  • Create New...