|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Batch file Help
I have a very simple batch file as you can see below, this works fine when I run it manually when I try to schedule this using at the copy works but the folder will not rename?????
Any help is appreciated,thanks in advance @echo off echo %DATE% >> c:\itunes.log if exist g:\itunes\ move /Y g:\itunes g:\itunes.%DATE% md g:\itunes xcopy /Y /S c:\DOCUME~1\CRAIGR~1\mydocu~1\mymusi~1\itunes\* g:\itunes >> c:\itunes.log |
|
#2
|
|||
|
|||
|
Solved
Quote:
Just incase any one needs help it was because I did not assign a username, and with xp and above you need to have a password assigned to the user as well |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Other Programming Languages > Batch file Help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|