Jump to content

Possible to code in linux?


Dgameman1
 Share

Recommended Posts

Here you'll find the things that are not on the ToDo-List.

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

Time for one of my world famous "he's being a dick when he's really not comments". Are you sure you should be (trying) to write Python code if you can't even figure out how to configure your editor? When configuring the editor is documented? Just a basic knowledge chain here.

Link to comment
Share on other sites

Well, looking at how things are growing, I don't think it would ever be portable on Linux, natively. Though you could always pop a virtual box and have windows running on it, so you could start coding on "Linux" through that virtual machine. Not a lot of people are willing to take that route though as they are usually lacking on resources like memory and processor allocation.

Link to comment
Share on other sites

I'm working on a Linux patch-through UDF that will allow AutoIt functions to be translated and then pass to the Linux Environment from an AutoIt program running in WINE. However, it doesn't have much features at the moment other than Run() and RunWait() However, it's not really developed right now because there really isn't a need for it. However, if a need for it does develop it wouldn't be too hard to give an almost perfect mirror of AutoIt functionality although there would be a few packages that would need to be installed on the Linux computer.

Edited by rcmaehl

My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated.

My Projects

WhyNotWin11
Cisco FinesseGithubIRC UDFWindowEx UDF

 

Link to comment
Share on other sites

I'm working on a Linux patch-through UDF that will allow AutoIt functions to be translated and then pass to the Linux Environment from an AutoIt program running in WINE. However, it doesn't have much features at the moment other than Run() and RunWait() However, it's not really developed right now because there really isn't a need for it.

Apart from it not making sense because of reasons mentioned a thousand times on these forums.

How does it work?

Link to comment
Share on other sites

Apart from it not making sense because of reasons mentioned a thousand times on these forums.

How does it work?

Lots of juryrigging and having a daemon running on the Linux side to translate the STDOUT that it receives from WINE. I'll go into more detail later.

My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated.

My Projects

WhyNotWin11
Cisco FinesseGithubIRC UDFWindowEx UDF

 

Link to comment
Share on other sites

Here's my UDF and "daemon":

UDF: https://github.com/rcmaehl/FCoFix-Softwa...er/AutoIt_UDFs/WineBridge/Wine

Daemon: https://github.com/rcmaehl/FCoFix-Software/blob/master/Linux/winebridge/winebridge

It's not very developed as I mentioned but it works.

Edited by rcmaehl

My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated.

My Projects

WhyNotWin11
Cisco FinesseGithubIRC UDFWindowEx UDF

 

Link to comment
Share on other sites

The reason why this isn't feasible, is because AUTOIT was originally made to help automate tasks, mainly GUI related, in windows... because the average joe and most companies use a Windows Desktop environment. Most environments that include linux are usually servers, which shell and perl scripting can handle pretty much everything.

Spoiler

“Hello, ladies, look at your man, now back to me, now back at your man, now back to me. Sadly, he isn’t me, but if he stopped using ladies scented body wash and switched to Old Spice, he could smell like he’s me. Look down, back up, where are you? You’re on a boat with the man your man could smell like. What’s in your hand, back at me. I have it, it’s an oyster with two tickets to that thing you love. Look again, the tickets are now diamonds. Anything is possible when your man smells like Old Spice and not a lady. I’m on a horse.”

 

Link to comment
Share on other sites

The reason why this isn't feasible, is because AUTOIT was originally made to help automate tasks, mainly GUI related, in windows... because the average joe and most companies use a Windows Desktop environment. Most environments that include linux are usually servers, which shell and perl scripting can handle pretty much everything.

Yes, but did you even look at my script? It allows commands to pass into bash from WB_RUN() and WB_RUNWAIT().

Edited by rcmaehl

My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated.

My Projects

WhyNotWin11
Cisco FinesseGithubIRC UDFWindowEx UDF

 

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...