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.

Batexe

Member
  • Joined

  • Last visited

  • Country

    Sweden
  1. Hi All, I learnt that a batch file has "C:\xxxx.exe" < input.txt or type input.txt | "C:\xxxx.exe" where the input.txt contains something like the following: 1.txt 1 gaussian y y It worked. Super. Cheers.
  2. Hi All, Could anyone help me with coding a batch file I want? I have one exe file. Once I double click it, a black DOS window pops up and ask me "what name the text file has". I have to type in the full name with extension. After pressing enter, one more question followed up in the same black DOS window something like "how many columns in your file? 1. 10 columns; 2. 100 columns: 3. 150 columns. Thereafter, the exe file will ask a few more similar questions. I want to let the exe process a number of input text files, only the names and data of input files are different, but actually the number of columns and the number of rows etc. are all the same. So I thought maybe a batch file can run this exe (with answering promoted questions) in a batch mode. The code in a bat file may look like: @echo off :: Let the exe run and process file1 start C:\Batexe\myprogram.exe :: Could anyone help with the code to answer following up questions automatically (no need to even display the questions)? :: Could anyone help with the code to answer following up questions automatically (no need to even display the questions)? :: Could anyone help with the code to answer following up questions automatically (no need to even display the questions)? :: Could anyone help with the code to answer following up questions automatically (no need to even display the questions)? :: Let the exe run and process file2 :: Could anyone help with the code to answer following up questions automatically (no need to even display the questions)? :: Could anyone help with the code to answer following up questions automatically (no need to even display the questions)? :: Could anyone help with the code to answer following up questions automatically (no need to even display the questions)? :: Could anyone help with the code to answer following up questions automatically (no need to even display the questions)? :: Let the exe run and process file3 . . . I have maybe 100 text input files. The above code blocks I may repeat 100 times (feel stupid). Hope I have made myself clear. So could anyone help me? Thanks in advance!!! I have posted my question else where, but I will keep all of you posted.

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.