Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

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.

Command prompt help

Featured Replies

i'm running xp. im trying to create a simple file to ping my router.

 

 

 

what i need to do:

 

have the user define a variable

 

have this variable work

 

 

 

heres what i have so far

 

 

@echo off

 

title testing network

 

echo please enter ip adress

 

rem this is where the user of the batch file should set the varible %ip%

 

(i have no idea how to get the user to input a variable)

 

pause

 

pinging %ip%

 

ping %ip% -w 1

 

echo done

 

pause

 

exit

 

 

 

 

i've looked all over online.. i cannot figure this out. please help

[size="5"][font="Georgia"][b]Staking:[/b][/font][font="Palatino Linotype"][color="#FF0000"][/color][color="#FFFF00"][/color][color="#00FF00"] 4+ mil[/color][/font]
[font="Georgia"][b]Current Status:[/b][/font][font="Palatino Linotype"][color="#FF0000"][/color][color="#0000FF"] Training defense [/color][/font][/size]

Try something like this:

 

@echo off

title Testing Network

echo Please enter IP address...

SET /P IP=[iP]

pause

echo Pinging %ip%...

ping %ip% -w 1

echo Done

pause

exit

  • Author

thank you very much. this should help with other things aswell.

[size="5"][font="Georgia"][b]Staking:[/b][/font][font="Palatino Linotype"][color="#FF0000"][/color][color="#FFFF00"][/color][color="#00FF00"] 4+ mil[/color][/font]
[font="Georgia"][b]Current Status:[/b][/font][font="Palatino Linotype"][color="#FF0000"][/color][color="#0000FF"] Training defense [/color][/font][/size]

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

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.