StartWin is a free command line based add-on for Quick Tool that allows you to easily add a start-up entry to the registry. Includes delayed execution. Comes with example menu script for use with Quick Tool.
StartWin has 3 commands, They are
"a": Add the following file name to the registry for start up.
"r": Remove the following file from registry start up.
"ad": Add a delay start up, The following file name will be used, StartWin will then ask for a delay input in seconds.
Quick Tool example usage;
cItem('Add Start', 'C:Program FilesAW SolutionsQuick ToolToolsStartWinStartWin.exe', 'a "%s"', 'exe,lnk,bat,com,scr')
cItem('Remove Start', 'C:Program FilesAW SolutionsQuick ToolToolsStartWinStartWin.exe', 'r "%s"', 'exe,lnk,bat,com,scr')
cItem('Add Delay Start', 'C:Program FilesAW SolutionsQuick ToolToolsStartWinStartWin.exe', 'ad "%s"', 'exe,lnk,bat,com,scr')