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.

command line for making a schortcut ?

Featured Replies

Yup, ive got mIRC working for an unatended install (even regged ;) ) but its is just sitting in the folder c:\....\mIRC

Is there a command line to copy a shortcut to my desktop?

The windows command for the CP -l command for Linux (Gentoo) ;)

Greetings Anon5710

  • Author

I did try to google, but it seems that i couldn't match the keywords.... dow...

One can also use AutoIt to create shotcuts.

Examples of it being done are in both Notepad2 & Metapad AutoIt scripts in the sticky thread in the App's forum.

I did try to google, but it seems that i couldn't match the keywords.... dow...

np. sometimes it helps to think about the wording for a minute, then search. for me, web searching was a difficult art to master because i have to change the way i would word things to the way it should be worded, or what not. i don't always think in the same way other people do. B)

VBScript will create a shortcut for you from the command line. All you have to do is execute the script.

Here is an example of how to create a shortcut for Windows Explorer on the Desktop.

'Create Windows Explorer Desktop icon

Set Shell = CreateObject("WScript.Shell")

DesktopPath = Shell.SpecialFolders("AllUsersDesktop")

Set link = Shell.CreateShortcut(DesktopPath & "\Explorer.lnk")

link.Arguments = "/n,/e,c:\"

link.Description = "Explorer link"

link.HotKey = "CTRL+ALT+SHIFT+E"

link.IconLocation = "%SystemRoot%\explorer.exe"

link.TargetPath = "%SystemRoot%\explorer.exe"

link.WindowStyle = 1

link.WorkingDirectory = "%HOMEDRIVE%%HOMEPATH%"

link.Save

tguy

just make a shortcut, place it in the directory where you install mirc from then use

copy "X:\Installfiles\MIRC\Mirc.lnk" "%USERPROFILE%\Desktop\Mirc.lnk"

  • Author
just make a shortcut, place it in the directory where you install  mirc from then use

copy "X:\Installfiles\MIRC\Mirc.lnk" "%USERPROFILE%\Desktop\Mirc.lnk"

yeay, eventually i am using this thing :P

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.