topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 5:12 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Looking for programming language with good integration to Windows  (Read 4255 times)

kalos

  • Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 1,823
    • View Profile
    • Donate to Member
Hello!

I am looking for recent advances in Windows/Web automation that can do things like:
1) automate both high and low level Windows and its apps
2) perform large data analysis
3) integrate with Excel and wider Office
4) automate Web/Chrome/Edge

However, I have the following requirements:
1) no installation needed, no admin rights needed, no executables that may be admin blocked
2) fully compatibility/stability with latest Windows
3) easy syntax (without having to write 100 lines of code just to detect and click a button)
4) no Powershell, no cmd, no WSCRIPT, no AHK (as it requires executables and may not have good Windows integration)
5) Power Automate is okay but ideally would like something else as it is not standard with every Windows
6) if it can run on virtual machine or cloud, it would be ideal

Do the above ring any bell? I suppose I can install Python and do all the above but again would prefer no installation.
Thanks!

Nod5

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,169
    • View Profile
    • Donate to Member
Re: Looking for programming language with good integration to Windows
« Reply #1 on: January 01, 2023, 06:36 AM »
I doubt there is anything that satisfies all those demands

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: Looking for programming language with good integration to Windows
« Reply #2 on: January 01, 2023, 04:17 PM »
I suppose I can install Python and do all the above but again would prefer no installation.

How do you propose to do all (any?) of the above without installing anything?

x16wda

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 888
  • what am I doing in this handbasket?
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: Looking for programming language with good integration to Windows
« Reply #3 on: January 01, 2023, 05:40 PM »
Fwiw, I use Rexx (specifically Regina Rexx, plus several add-on modules) for a lot of automation because it does not require installation. But if you want something that will do pretty much everything a person might do, with no powershell, no cmd, no installation, and no "executables", then what you want is to hire someone to do the tasks for you.
vi vi vi - editor of the beast

4wd

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 5,643
    • View Profile
    • Donate to Member
Re: Looking for programming language with good integration to Windows
« Reply #4 on: January 04, 2023, 05:07 AM »
4) no Powershell, no cmd, no WSCRIPT, ...
5) Power Automate is okay but ideally would like something else as it is not standard with every Windows

In point 4 you eliminated those which come standard with Windows and then in point 5 state something else that would be suitable but eliminate it because it does not come standard with Windows.

You need to rethink your requirements, either you want something that comes standard with Windows or you don't.

And FWIW, Powershell 7 does not require installation neither does Python.

kalos

  • Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 1,823
    • View Profile
    • Donate to Member
Re: Looking for programming language with good integration to Windows
« Reply #5 on: January 05, 2023, 07:37 AM »
Mmm really, Python does not require installation on Win10? How come when I install any IDE like PyCharm, Anaconda, they install Python at the same time?

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: Looking for programming language with good integration to Windows
« Reply #6 on: January 05, 2023, 10:12 AM »
Mmm really, Python does not require installation on Win10? How come when I install any IDE like PyCharm, Anaconda, they install Python at the same time?

https://sourceforge....cts/portable-python/
https://portablepython.com/download/
https://codefaq.org/...n-3-9-on-windows-10/
https://winpython.github.io/

All from just looking up portable python windows...

4wd

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 5,643
    • View Profile
    • Donate to Member
Re: Looking for programming language with good integration to Windows
« Reply #7 on: January 08, 2023, 06:33 AM »
Mmm really, Python does not require installation on Win10? How come when I install any IDE like PyCharm, Anaconda, they install Python at the same time?

You said Python, not an IDE, Python does not require an IDE.

All it requires is a text editor and to know what you're doing ... you're halfway there :)