Grof Posted June 20, 2019 Share Posted June 20, 2019 Hi, I'm trying to learn how to use AutoIt as a portabilizer... Are there specific tutorial and step by step guide? Thanks. Link to comment Share on other sites More sharing options...
Earthshine Posted June 20, 2019 Share Posted June 20, 2019 (edited) Not that I have seen. Have you searched the forum? Edited June 20, 2019 by Earthshine My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
Grof Posted June 20, 2019 Author Share Posted June 20, 2019 I've searched for "portab" but nothing appears.... I will ask for specific topic soon! Link to comment Share on other sites More sharing options...
Developers Jos Posted June 20, 2019 Developers Share Posted June 20, 2019 Maybe you could explain what it is you want as the current provided question is not that clear. Do you want to use AutoIt3 as portable application or something? Jos Earthshine 1 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. Link to comment Share on other sites More sharing options...
Earthshine Posted June 20, 2019 Share Posted June 20, 2019 you want to use it to make portable apps? My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
TheDcoder Posted June 20, 2019 Share Posted June 20, 2019 (edited) AutoIt scripts by default are portable and don't leave many traces behind on the computer when ran. Only you can make your program/script not portable by integrating it with other (from the script's perspective) 3rd party applications or leaving data outside your script's directory. Edited June 20, 2019 by TheDcoder Earthshine 1 EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion Link to comment Share on other sites More sharing options...
Jfish Posted June 20, 2019 Share Posted June 20, 2019 There was a discussion on this from last year that has older files included in it (which were old when it was posted so older now) ... but the premise was that AutoIt could be used to make other apps portable. I did not download the files but it was mentioned they were Au3. That said, here is the older thread in case it is of any value: Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt Link to comment Share on other sites More sharing options...
Grof Posted June 21, 2019 Author Share Posted June 21, 2019 Thanks to everybody for the interest. I'm talkin about the creation of portables... But not the simplest way, like move registry or AppData. To create a Launcher involve write files (ex Hosts) and so on. About NSIS (or other tools like PortableApps) there are many tutorial step-by-step to create easily your own a personalized launcher,.. Link to comment Share on other sites More sharing options...
BrewManNH Posted June 21, 2019 Share Posted June 21, 2019 4 hours ago, Grof said: I'm talkin about the creation of portables... But not the simplest way, like move registry or AppData. Explain, in detail, what you're trying to accomplish. "Creation of portables" could mean a hundred different things to people, if we know exactly what it is you want to do, we can narrow down how to do it. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to comment Share on other sites More sharing options...
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