caramen Posted November 6, 2018 Author Posted November 6, 2018 Just noticed how the line look after page properties setting change : Run (@ComSpec & " /k netcfg –v –u ms_ndiswanip", @SystemDir ) Now I understand the problem. awwww not sure i am gonna be able to detect the problem if it happen to me again ... Thx anyway... I just have to choose how i am gonna use it now. My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki
caramen Posted November 6, 2018 Author Posted November 6, 2018 (edited) 26 minutes ago, Jos said: CHange them to ANSI Characters and try your script again. @Jos That mean If i copy past the line after encoding like that and after that if i keep the UTF8 It should work ? This is the result : Original line Run (@ComSpec & " /k netcfg -v -u ms_ndiswanip > test.txt 2>&1" ) After page properties : Run (@ComSpec & " /k netcfg –v –u ms_ndiswanip > test.txt 2>&1" ) I go back to UTF8 and i past the ANSI line : Run (@ComSpec & " /k netcfg –v –u ms_ndiswanip > test.txt 2>&1" ) I compile to x64 I runAs admin. No result this time. Until i leave the page properties it s not working anymore. Is there a way to add ANSI characters without changing the encoding ? Edited November 6, 2018 by caramen My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki
Developers Jos Posted November 6, 2018 Developers Posted November 6, 2018 When you have a UTF8 without bom file encoding it will make regular ansi character for me when I type the shown commandline myself. Is that not the case for you? 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.
caramen Posted November 6, 2018 Author Posted November 6, 2018 Hmmm did not checked that. Ill do it and post the results My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki
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