Jump to content

ShupDogg

Members
  • Posts

    4
  • Joined

  • Last visited

About ShupDogg

  • Birthday March 2

ShupDogg's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. @mLipok Thank you for the reply, I will look through the links, So this script itself is not telling it to show what website it is going to go to? If I click ok through the little pop-up window ok box it will get to the page.
  2. After reading through this thread, you guys have done an amazing job on this! I am working on a project that just entails opening a webpage I have the rest scripted to automate I just call my WebView2 executable. this work great! However, when I run my WebView2 executable it has the pop-up saying the website says this... and every time it goes to a new redirect it pops up again with the new URL. I know just enough about scripting to be dangerous. But if I could get it not to do the pop-ups, I believe my script would work as intended! Thank you so much for all your hard work on this!!
  3. Melba23, Thank you for moving it to the appropriate forum. Nine, Thank you so much for the example script. I have been searching for a script for a few weeks now. I am usually really good at coming up with an idea but don't have the syntax knowledge to put it together. I will work with this and let you know how I come out. Again Thank you!
  4. I am looking for a script to replace the string in 2 different files types. I have .hod files and .ws files. These are AS/400 Session file types. If you open the files with a text editor you can change the Host they are connecting to. I need to change if needed to a Standard Host name. .HOD file has a line host=X.X.X.X or something of the sort and I need it to be host=DNSName .WS file has a line HostName=X.X.X.X and needs to be HostName=DNSName It would be nice to be able to run this script silently on the PC if running with a switch (can do with software deployment) and if a person wanted to run it manually they would get a pop-up on how many it changed. The bad thing is these files could be in quite a few different places on the PC. If I could put in the script the most common places to look for the files that would be good to. I also just found out that if the session is open and you change the string, when you close the session it changes the string back to what it was. I guess maybe error with "sessions need to be closed" if there is a certain exe running. Thank you in advanced for any help you can provide.
×
×
  • Create New...