Horje
vb6 create shortcut in startup folder Code Example
vb6 create shortcut in startup folder
'Create a WshShell ObjectSet wshshell = CreateObject("Wscript.Shell") ' select shortcut name and folderSet oshelllink = wshshell.CreateShortcut(wshshell.specialfolders("allusersstartup") & "\aaa.lnk") 'Set the Target Path for the shortcutoshelllink.TargetPath = "notepad.exe" 'Set the additional parameters for the shortcutoshelllink.Arguments = "c:\windows\desktop\aaa.txt" 'Save the shortcutoshelllink.Save 'Clean up the WshShortcut ObjectSet oshelllink = NothingSet wshshell = Nothing




Whatever

Related
it companies in indianapolis Code Example it companies in indianapolis Code Example
count no of sundays between two days Code Example count no of sundays between two days Code Example
jsp get property Code Example jsp get property Code Example
eresolve unable to resolve dependency tree npm ngx-cookie-service Code Example eresolve unable to resolve dependency tree npm ngx-cookie-service Code Example
cl compiler where Code Example cl compiler where Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7