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.

non working and sliding cmd window

Featured Replies

hello friends :hello:

i wanna use label my HDD by means of a cmd file but it doesnt work. :no: moreover the screen inside cmd window is continiusly sliding. in order to prevent this i have added exit command at the end. but it doesnt exit though. here's my cmd file

========label.cmd=============

echo on

title the partition is being labeled

color 0b

label %systemdrive% SYSTEM

exit

==========================

pls check my label.cmd and tell me what i can do....

thanks in advance :)


It works normally on my system, I would make echo off, like this:

::========label.cmd=============
@echo OFF
title the partition is being labeled
color 0b

label %systemdrive% SYSTEM

exit
::==========================

as I cannot see why you should put a title, change the colour of the window and echo commands, as it is going to run in a fraction of a second.

Maybe you have a problem with the %systemdrive% variable?

Try the following:

::========label.cmd=============
@echo OFF
title the partition is being labeled
color 0b
Set systemdrive
echo Currrent value of systemdrive variable is %systemdrive%

pause

label %systemdrive%

pause

exit
::==========================

This shows the value of %systemdrive% before trying to change label, (Press ctrl-C to abort the batch if value is incorrect) then lets you interactively supply the new name.

jaclaz

Don't call it "label.cmd", use a different name or it will keep calling itself.

  • Author

hey mate (nakira)

thank you very much for your solution. its seems a very important point when dealing with cmd files. and it worked this time :)

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.