Biatu Posted January 29, 2014 Posted January 29, 2014 /Console=True no longer works...or is listed in help file. afaik it never was. What is what? What is what.
Moderators Melba23 Posted January 29, 2014 Moderators Posted January 29, 2014 Biatu, /Console=True no longer works...or is listed in help file. afaik it never wasSo why would you expect it to work? If it is not documented it does not exist. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Developers Jos Posted January 29, 2014 Developers Posted January 29, 2014 (edited) /Console=True no longer works...or is listed in help file. afaik it never was. Which program are you trying this parameter on? The /console parameter without the =true part is documented in the helpfile and available for aut2exe. Jos Edited February 5, 2014 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Biatu Posted February 5, 2014 Author Posted February 5, 2014 I have attached an include that creates a console window if needed, console does not launch. it used to on previous versions. console.au3 What is what? What is what.
Developers Jos Posted February 5, 2014 Developers Posted February 5, 2014 I have attached an include that creates a console window if needed, console does not launch. it used to on previous versions. Not sure I understand the relation to your initial question and what you expect us to do with the attached. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Biatu Posted February 11, 2014 Author Posted February 11, 2014 sorry realized the stupidity with the question above. ok when you include this script, a console window would spawn with versions of autoit prior to 3.3.10.x. Since the latest update the console window will not spawn. as for what to do with the attachment... on the 9th line: #OnAutoItStartRegister "__Console__StartUp" Which attempts to spawn a console window if using SciTE. I tried using 0x10000 with runwait and still nothing. I even used cmd /c, resulting in a console windows flashing and going away when using this simple script... chainging the cmdline to cmd /k gives me "The filename, directory name, or volume label syntax is incorrect." cmdline= [H:Windowssystem32cmd.exe /k "H:ProgramsAutoItautoit3.exe" "D:2014.01.02- SortNew Folder (2)Console - Copy.au3" /Console=True] #Include <Console.au3> #Include <_Console.au3> while Sleep(100) _Console_WriteOutputCharacter(-1,Chr(Random(0,255,1)),1,1) WEnd What is what? What is what.
Biatu Posted February 11, 2014 Author Posted February 11, 2014 nvr mind, fixed it What is what? What is what.
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