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.

This is making me nuts HELP!

Featured Replies

I am trying to add a build version to my unattended build process;

I have a flat text file that only includes a number and I need to read the file and use the number

Buildno.txt

125

batch.bat

set Buildno=c:\Buildno.txt

echo Echo Line5 = "Internal XP Build Number: %Buildno%" >>%SystemRoot%\System32\OEMINFO.ini

I have tried 10-12 different things and haven't resolved it...

Please HELP!

Roger


well, the problem is with your set command...you need to figure out a way to get it to use 125 instead of c:\buildno.txt...ill play with it a bit, but thats where the error exists.

do this instead...

for /f %%i in (c:\buildno.txt) do set buildno=%%i

There you go, enjoy :rolleyes:

@echo off
for /f %%i in (Buildno.txt) do set BUILDNO=%%i
echo Line5 = Internal XP Build Number: %BUILDNO%
pause

edit: thread, look at the time, 3 minutes, i was writing it while you posted it :)

lol, yea, I see LOL...but you did complete the batch file for him...You prolly woulda beat me if I did...

PS nuhi, im gonna PM you

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.