Jump to content

Can't find my answers - do you know the answers?


Recommended Posts

Hi everyone;

Newbie here ;)

We have a program that needs to be launched and logged in on a server, so that the clients get the updated info.

spec's:

Server is running Windows 2003 r2

the when the program is launced it brings up a box with a drop down to choose a username off the list, and a password entry box - this program offers no way to auto login, and will not permit blanks for username/password

when the program is launced it doesn't start any 'services' but will creat a 'processes' named activelink.exe - no add'l processes start after actually logging in.

I downloaded the latest ver of autoit 3.3.8.1, and scite4 - installed both

my questions:

can't get au3record to run - unable to locate component: msvcr100.dll not found - everything I've read on this error talks about win7 - is this not compatible with win server 2003?, I've searched the server for this dll and it doesn't exist.....but all the copies of the dll I find on the web all say for win7 - please advise.

Will Autoit even do what I'm looking for it to do? After the computer reboots or recovers from a power loss, I'd like the start up to execute the AutoIt script that I create - which will lauch the activelink.exe, and then fill in the username/password, click the OK (then end script) - I know the lauching of the exe file is no biggie, its the fill in the username/password, click the OK that I haven't been able to find an answer to.

hopefully these are just simple easy questions.

Thanks a bunch

twiggy

Link to comment
Share on other sites

I don't think that applies to programs, only websites, but I leave that up to the moderators discretion to decide.

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 Gude
How 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

  • Moderators

BrewManNH,

I don't think that applies to programs, only websites

Which is also my opinion. ;)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png 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 columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Thanks Bruce!!!! I was looking at the wrong commands - and I had a feeling that I was doing that.

Sorry if I offended anyone with my question - as I wasn't asking how to auto-login to a server or bank account nor was I asking for a script example (technically I was just asking if it was possible), I wasn't taking this as misnomer, BUT I apologize if I over stepped.

This is why I am so intrested in using Au3record - does anyone know if this no longer works on win serv 2003? - just to refresh from above: can't get au3record to run - unable to locate component: msvcr100.dll not found - everything I've read on this error talks about win7 - is this not compatible with win server 2003?, I've searched the server for this dll and it doesn't exist.....but all the copies of the dll I find on the web all say for win7 - please advise.

Thanks again !!

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...