|
|
|
#1 (permalink) | |||||||||||||
|
Custom User Title
|
Would it be possible to use the AutoRun feature to create a shortcut on the desktop of a computer to my USB drive when I insert the drive.
The AutoRun file is Autorun.inf and a computer with Autorun enabled will run that file. But will it work?
__________________
Intel Overclocking Guide * Need A New Password? * Dual Core Folding Guide * Intel Memory Guide * Use Vista's UAC * Don't Post News From Fudzilla!
"Rightful liberty is unobstructed action according to our will within limits drawn around us by the equal rights of others." - Thomas Jefferson "If everyone is thinking alike, then somebody isn't thinking." - General George Patton "Make everything as simple as possible, but not simpler" -Albert Einstein
|
|||||||||||||
|
|
|
|
#2 (permalink) | |||||||||||||
|
The Project Keeper
|
Just create a shortcut and for the target use "<USB drive letter here>/autorun.inf". I think that is what you want anyways.
__________________
|
|||||||||||||
|
|
|
|
#3 (permalink) | |||||||||||||
|
New to Overclock.net
|
Quote:
Code:
[autorun] shellexecute="cscript shortcut.vbs" Code:
set WshShell = WScript.CreateObject("WScript.Shell")
strDesktop = WshShell.SpecialFolders("Desktop")
set oShellLink = WshShell.CreateShortcut(strDesktop & "Shortcut Script.lnk")
oShellLink.TargetPath = "%windir%explorer.exe"
oShellLink.Arguments = "/n,/e," & WshShell.CurrentDirectory
oShellLink.Save
|
|||||||||||||
|
|
|
|
|
#4 (permalink) | |||||||||||||
|
Miki <3
|
__________________
Vista.x64.FAQ ‡ MP3 Server ‡ Boost.IE.in.Vista ‡ Shortcut.Overlay.Remover ‡ HR.Wallpaper.Websites linskingdom's Official VMark BETA Testing Thread OCN's Finest Blogger: Technical Joe-PinionsLet your computer help find cures
|
|||||||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|