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.

How to get this actions?

Featured Replies

Hi all,

i have 3 questions that i hope that i can know there answers.

Q1: How i can type " %" in Dos screen ?

i know that

" Echo %"

Will let it appear in the screen. But see this batch to know wat i'm mean

Temp.cmd

-----------------------------------------------------------------------------------

Q2: How i can get messege if the copied files not found?

i.e. i have files in folder1 and wanna to copy it to folder2 and messege is required if this files not found.

i try

Copy /Y folder1\ABC.XXX folder2 

if errorlevel 1 goto _err

:_err
Echo File not found

but it don't work

--------------------------------------------------------------------------------------

Q3: How i can preview Pic in dos?

i.e. I have pic that i wanna to c it in my startup disk -->How this can done.

-------------------------------------------------------------------------------------

Any idea will be excellent.

Reagrds,

Xtreme


q1: i ran it and it shows up fine, if i misunderstood, show us what you would like it to say

q2: use something like this

if %errorlevel% == 0 GOTO :fine else GOTO :error

:error
echo eets not okay mon
GOTO :EOF

:fine
echo eets okay mon

q3: you'll need a program that can show a pic & runs in the dos environment you're using. surely google can help you there

Edited by Ophiel X

oops. he's right. i only tried it from the command line.

Edited by Ophiel X

oops. he's right. i only tried it from the command line.

Q1: You can also use ^%

the ^ omits the next character from being considered as a variable in a dos command.

Q2: What he said ^^

Q3: What he said again. You'd need a program that will decode the jpg or bmp you are trying to view that runs in MS DOS.

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.