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.

CMD finding literals in a file

Featured Replies

i want a CMD code that can find specific literals in another cmd file. i needed this for my unattended program installation.

eg. i want to replace the literal "%CDROM%" in a cmd file with "install"

eg. of cmd code:

the program should do the following:

before the program execution:

echo

echo installing program xxx

start /wait %CDROM%\Install\xxx\xxx.xxx

after the program execution:

echo

echo installing program xxx

start /wait install\install\xxx\xxx.xx

thanx a bunch

  • 3 weeks later...

Try this on my computer I get back this INSTALL\

echo off && CLS && Mode 75,5 && Color F3 && Title Test CDROM Varible

for %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist %%i\SETUP.exe set CDROM=%%i

set INSTALL=%CDROM%

set Install=INSTALL

echo %INSTALL%\

pause

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

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.