H
Hank Nussbacher
I am trying to manipulate the startup menu to execute a program. I have a
..bat file in:
C:\Documents and Settings\All Users\Start Menu\Programs\Startup
that reads:
---------------------
@echo on
rem copy the shared folder to startup (assumed it is mounted on Z)
xcopy /s /z /i "z:\adit\*.*" "C:\Documents and Settings\All Users\Start
Menu\Programs\Startup"
exit
----------------------
The purpose is to to take a program (or programs) that appears on an
externally mounted disk and copy them to the startup menu so that when XP
starts up, these programs will also get executed (the program(s) names
change at every startup).
The bat file copies the .exes to the startup directory but XP doesn't
execute them. How can I get XP to execute these programs automatically upon
startup (can be at the end of the entire startup sequence)? Is there some
registry setting that needs to be changed? Is there some alternate "trick"
I can use to pull this off?
Thanks,
Hank
..bat file in:
C:\Documents and Settings\All Users\Start Menu\Programs\Startup
that reads:
---------------------
@echo on
rem copy the shared folder to startup (assumed it is mounted on Z)
xcopy /s /z /i "z:\adit\*.*" "C:\Documents and Settings\All Users\Start
Menu\Programs\Startup"
exit
----------------------
The purpose is to to take a program (or programs) that appears on an
externally mounted disk and copy them to the startup menu so that when XP
starts up, these programs will also get executed (the program(s) names
change at every startup).
The bat file copies the .exes to the startup directory but XP doesn't
execute them. How can I get XP to execute these programs automatically upon
startup (can be at the end of the entire startup sequence)? Is there some
registry setting that needs to be changed? Is there some alternate "trick"
I can use to pull this off?
Thanks,
Hank