|
| ||||||||||
| Tags: cmd, command prompt, create shortcut, windows |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to create shortcut by using cmd
|
|
#2
| ||||
| ||||
| Re: How to create shortcut by using cmd
I will list you some solution that is used at system level in windows. By using the runas command you can create a short cut directly on the desktop. To do this right click on desktop and select new > shortcut. Then type the below locations :
|
|
#3
| ||||
| ||||
| Re: How to create shortcut by using cmd
To create the shortcut for your desired application via command prompt just follow the listed instructions. Shortcuts are .ink files. So if you create a ink file of any application it act as a application launcher. The command for this is - shortcut -t "c:\program files\counterstrike\cs.exe" -n "counterstrike.lnk" -i "c:\program files\counterstrikeicon\icon1.ico" -x 0 -d "d:\cs\image" .See the command carefully. The first part it the location of software and then the second part you assign an icon image to the application which is located in the d drive. |
|
#4
| ||||
| ||||
| Re: How to create shortcut by using cmd
There are some command utilities in cmd that is useful for multiple purposes. Like shutting down the system. Just type shutdown -s. In the same way -a at the ends means to stop shutdown, -r means to restart, -m\\computername is to shut down a remote computer and -l to log off the same. For more detail just type shutdown /? and hit enter. Then you can use sfc /scannow for scanning errors in windows and chkdsk to repair a hardrive. In note pad you will need to give the location of application and save the file with extension .exe. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to create shortcut by using cmd" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Create a application shortcut | ambrishbhatia | Windows Software | 1 | 08-03-2012 02:26 AM |
| How to create My Computer shortcut on Desktop | kohali | Hardware Peripherals | 6 | 06-03-2011 02:42 PM |
| Create the shortcut to Flip3D | Felix46 | Windows Software | 3 | 13-11-2009 05:15 PM |
| Can't create desktop shortcut....help | Ebenezer | Operating Systems | 2 | 20-04-2009 03:46 PM |
| Unable to create a shortcut | Rhys | Customize Desktop | 2 | 30-03-2009 03:17 PM |