Jump to content

Recommended Posts

Posted

 I will use autoit it command called tray tip and I will run it using this command 

WshShell.Run "C:Program FilesAutoIt3AutoIt3.exe PathtoAutofile.au3",1,True 

 

 

how can I write an autoit script to accept the title and message when run from .vbs using the WshShell.Run command

 

Posted

hello, and welcome to AutoIt and to the forum.

AutoIt scripts accept command-line parameters. look-up CmdLine in the AutoIt help.

Signature - my forum contributions:

Spoiler

UDF:

LFN - support for long file names (over 260 characters)

InputImpose - impose valid characters in an input control

TimeConvert - convert UTC to/from local time and/or reformat the string representation

AMF - accept multiple files from Windows Explorer context menu

DateDuration -  literal description of the difference between given dates

WinPose - simultaneous fluent move and resize

Apps:

Touch - set the "modified" timestamp of a file to current time

Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes

SPDiff - Single-Pane Text Diff

Magic Math - a math puzzle

Demos:

Title Bar Menu - click the window title to pop-up a menu

 

Posted

thanks orbs and I just looked at the CmdLine - what would the vbs code look like the for 2 params?

kinda like this?

WshShell.Run "C:Program FilesAutoIt3AutoIt3.exe PathtoAutofile.au3 param1 "this is another param" param2 "this is another param2"", 1,True

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