|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcore.StartupShortcut
public class StartupShortcut
This class provides the methods for adding and removing shortcuts to the user's Startup folder in the Start Menu on a Windows based system. The methods will execute VB Scripts stored in the vbs folder.
| Constructor Summary | |
|---|---|
StartupShortcut()
Creates a new StartupShortcut object. |
|
| Method Summary | |
|---|---|
static void |
addStartupShortcut()
Adds a shortcut to the user's startup menu by executing the add_shortcut.vbs script in the vbs folder. |
static void |
removeStartupShortcut()
Removes a shortcut from the user's startup folder in a windows start menu by executing the remove_shortcut.vbs file in the vbs folder. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StartupShortcut()
| Method Detail |
|---|
public static void addStartupShortcut()
public static void removeStartupShortcut()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||