|
#1
|
|||
|
|||
|
Hi guys,
I want to create a shortcut to a file with a batch file Can someone tell me how to do that? regards pierre |
|
#2
|
|||
|
|||
|
pierre wrote:
> I want to create a shortcut to a file with a batch file > > Can someone tell me how to do that? Hi, Some free command line tools for shortcut creation: Marty List's shortcut.exe http://optimumx.com/download/#Shortcut MakeScut http://www.scriptlogic.com/products/...it/Default.asp Alternatively, you can use a VBScript to create the shortcut: http://groups.google.com/group/micro...e=source&hl=en -- torgeir, Microsoft MVP Scripting, Porsgrunn Norway Administration scripting examples and an ONLINE version of the 1328 page Scripting Guide: http://www.microsoft.com/technet/scr...r/default.mspx |
|
#3
|
|||
|
|||
|
A long time ago when I was running Windows 95 I had no problem running a
series of programs which called for a complex run instruction. So I setup a batch file, simply: @echo off - Run Mes1. Mes1 is the executable for the program which is called by the run command. I then, and I believe this is what you want saved itv in notepad as *.bat and placed it in the same directory. I then set up a shortcut calling this batch file and for the last 8 years it has worked fine. I hope this helps you. Regards, "pierre" <pf@arobas.net> wrote in message news:ezvWDRm%23FHA.2324@TK2MSFTNGP11.phx.gbl... > Hi guys, > > I want to create a shortcut to a file with a batch file > > Can someone tell me how to do that? > > regards > > pierre |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem after connecting to the internet!! | Karthik Krishnamurthy | Windows XP Network Web | 1 | 01-05-2006 04:01 AM |
| Re: Default Browsers | Joseph Carrier | Windows XP Network Web | 1 | 01-05-2006 04:00 AM |
| Problem with Shortcut dialogue | Greg | Windows XP Help and Support | 1 | 01-05-2006 02:39 AM |
| Re: Windows Explorer and Control Panel Freezing Problem | Gaga6 | Windows XP Help and Support | 0 | 01-05-2006 02:38 AM |
| Re: Data Execution Prog problem | Silvabod | Windows XP Help and Support | 0 | 01-05-2006 02:37 AM |