Used in International and US BVT
Helps eliminate the need to download of perl executables
and scripts to BVT machine.
Sample destinations one may need to be wable to write:
AppData C:\WINDOWS\system32\config\systemprofile\Application Data
Cookies C:\Documents and Settings\Default User.WINDOWS\Cookies
Desktop C:\WINDOWS\system32\config\systemprofile\Desktop
Favorites C:\WINDOWS\system32\config\systemprofile\Favorites
NetHood C:\WINDOWS\system32\config\systemprofile\NetHood
Personal C:\WINDOWS\system32\config\systemprofile\My Documents
PrintHood C:\WINDOWS\system32\config\systemprofile\PrintHood
Recent C:\WINDOWS\system32\config\systemprofile\Recent
SendTo C:\WINDOWS\system32\config\systemprofile\SendTo
Start Menu C:\WINDOWS\system32\config\systemprofile\Start Menu
Templates C:\WINDOWS\system32\config\systemprofile\Templates
Programs C:\WINDOWS\system32\config\systemprofile\Start Menu\Programs
Startup C:\WINDOWS\system32\config\systemprofile\Start Menu\Programs\Startup
Local Settings C:\WINDOWS\system32\config\systemprofile\Local Settings
Local AppData C:\WINDOWS\system32\config\systemprofile\Local Settings\Application Data
Cache C:\Documents and Settings\Default User.WINDOWS\Local Settings\Temporary Internet Files
History C:\Documents and Settings\Default User.WINDOWS\Local Settings\History
My Pictures
My Music
Fonts C:\WINDOWS\Fonts
AllUsersDesktop
%SystemRoot%\system32\SHELL32.dll
%SYSTEMROOT%\notepad.exe
Safe Boot.lnk
132
Name:
%SELF%
Creates a shortcut for given app at specified special folder [e.g. DESKTOP].
Usage:
%SELF% -c:%TEXT% -l:%NAME% -x:%EXEC% -h -d -i:%NUMBER% -y:%FOLDER%
Where
-h show this message
-d enable debugging
-y the destination special folder name. Default: %DESTINATION%
-l the name for the shortcut. Default: "%LABEL%"
-x executable to provide shortcut to. Default: %ACTION%
-i icon index in shell32.dll. Default: %INDEX%
-c optional comment for the shortcut. Default: "%COMMENT%"
Note: You may use single or double quotes to delimit arguments with spaces,
but not the mix.
Note: No shortcut will be created if the %EXEC% is not found on the system.
Existing shortcut will not be overwritten either.