Jump to content

Creating new shortcuts


Recommended Posts

using shortcut.exe (I think from a wintendo CD)

called from cmdlines.txt

[Commands]

"REGEDIT /S RegTweaks.reg"

"apps.cmd"
"Shortcuts.cmd"

just keep adding additional ones as necessary

@echo off

rem set t=  FULL PATH TO EXE
rem set n= FULL PATH TO LOCATIOON OF SHORTCUT
rem set d= WORKING DIRECTORY OF SHORTCUT
rem set a= ARGUMENTS OF SHORTCUT
rem set i=  ICONFILE
rem set X= ICONINDEX
rem start /wait shortcut.exe -t %t% -n %n% -d %d% -a %a% -i %i% -X %x% -f

set t="c:\program files\netmeeting\conf.exe"
set n="%ALLUSERSPROFILE%\Start Menu\Programs\Accessories\Communications\Netmeeting.lnk"
set d="c:\program files\netmeeting"
start /wait shortcut.exe -t %t% -n %n% -d %d% -f

set t=
set n=
set d=
set a=
set i=
set X=
start /wait shortcut.exe -t %t% -n %n% -d %d% -a %a% -i %i% -X %x% -f

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...