Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

elaintarha

Member
  • Joined

  • Last visited

  • Country

    Finland
  1. Hi all! I need following help: I have this script that accepts number as a parameter and then echoes the line from that number from file c:\account.txt. This works fine: * check.vbs ********************* Const FOR_READING = 1 strFilePath = "C:\account.txt" set objRe = New RegExp objRE.Global = True objRE.IgnoreCase = False objRE.Pattern = WScript.Arguments(0) iLineNumber = objRE.Pattern Set objFS = CreateObject("Scripting.FileSystemObject") Set objTS = objFS.OpenTextFile(strFilePath, FOR_READING) For i=1 To (iLineNumber-1) objTS.SkipLine Next WScript.Echo objTS.Readline *********************** c:\type account.txt one two three four five c:\check.vbs 4 four c:\check.vbs 2 two I need the following: I have a html file containing this kind of data: *********** </p><p class="fontti">TEEMU TESTAAJA</p> <p>Vahvista sisäänkirjaus antamalla avainlukua nro 70 vastaava turvaluku</p><p><input name="turvaluku" type="password" maxlength="6" size="6" autocomplete="off" style="TxtBox" /><input name="vahvista" type="submit" class="Button155 ButtonMarginLeft10" value="Vahvista sisäänkirjaus" /> *********** I need to be able to read file, find the "70" (number between nro and vastaava, will be changing number) and use it as a parameter in the script instead of having to manually give the number. Can anyone help me? Any help appreciated! timo -- @ -- kiinnostaa.net

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.