> 2) Yes, logging into the physical box with the same account (RDP or > since it's my dev server, I can walk over to it.. .:))
So, CF isn't running as SYSTEM? Just want to confirm that. > 3) If I run either of these from the command prompt on the server > schtasks /create /tn createMovie47 /tr > d:\wwwroot\tours\47\youTube\createMovie.bat /sc once /st 18:45 /sd > 09/30/2008 /p *accountPassword* > or > schtasks /create /tn createMovie47 /tr > d:\wwwroot\tours\47\youTube\createMovie.bat /sc once /st 18:45 /sd > 09/30/2008 /rp *accountPassword* > > It starts asking me for username then, and when I provide /u *username* > or /ru *username* it then asks me for the computer name and when I > supply the /s *computerName* it tells me the password is wrong. Is the account you're using a domain account? If so, use the domain as a prefix: /u domain\user You shouldn't need the /s switch if you're trying to affect the local system. If I understand the documentation correctly, omitting /ru and /rp means the task will run under the SYSTEM user context. The /u and /p switches let you control how schtasks writes to the scheduler queue. So, you should be able to just specify /u and /p. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313310 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

