What is "Team x:"? I believe you need to fix you file spec for Robocopy to something like *.*. Josh ... From: Martin, Sam To: Batch (E-mail) Sent: Wednesday,...
Josh: Team X: is part of the problem. %folder% == Action Item_Paul Team robocopy is parsing the variable into 3 parts, action, item_paul and team Adam: I've...
No I meant "%folder%" . It is taking whitespace as a filename delimitter Regards, Adam Hammoud AT&T Canada Corp. (IS Dept.) Office: 403-705-9733 Fax:...
OK, if I'm following you correctly, you are passing "Action Item_Paul Team". So, when your robocopy command runs and expands %folder%, you are getting this......
hi Regarding http://www.tek-tips.com/viewthread.cfm?SQID=468661&SPID=329&newpid=329&page= 1 i suggested this for copying files into a backup folder c:\>for /f...
On Fri, 07 Feb 2003 11:19:48 +0000, Andy Streule ... @echo off for /f %%a in ('dir c:\*.pbl /s /b') do ( if not exist c:\savepbl\%%a copy %%a c:\savepbl ) This...
I had a hard time understanding this email... Anyone else want a crack at it? --Gord ============================================== "...Dear sir/madam I've had...
At 12:25 AM 2/8/2003 +0000, gordbraun <gordbraun@...> Writes ... Greetings Gord! Here's my two cents worth! Apparently the OP was trying to execute a...
2836
Derek Byrne
Derek.Byrne@...
Feb 10, 2003 1:05 pm
Hi, A different question to the norm. I'm looking at putting some PCs on our network into standby/suspend mode at a specific time of the day and then powering...
suggest looking at ls tools. there's a component call down which can remotely "Using this program you can logoff, shutdown, reboot, poweroff, suspend or ...
Do these machines support wake on lan? If so, you could use shutdown.exe to power them off and wake on lan to power them back on. If that's not possible, many...
2839
Sam Fickling
sam.fickling@...
Feb 10, 2003 7:42 pm
Speaking of WOL - how do you actually do this? I have a Netgear 312 10/100 WOL NIC and I'm buggered if I can figure out how you are supposed to get WOL to...
Hi Derek, I think you will need to run the AT command on the workstations unless you have them set up as remote command servers. Otherwise I think you are on...
you might try making the batch file, then goto winexplorer and find the batch file, right-click and goto properties, and tell it there to start minimized also...
2842
Sam Fickling
sam.fickling@...
Feb 11, 2003 9:16 pm
I think you require a 'magic packet' see the previous message from Sam Wallace. Some other questions I have along these lines are: - Does the PC HAVE to be in...
You may want to look at this FAQ. http://gsd.di.uminho.pt/jpo/software/wakeonlan/mini-howto/ <http://gsd.di.uminho.pt/jpo/software/wakeonlan/mini-howto/> ... ...
I loked in the archives & could not find any command to shutdown Windows 2000 from a batch file. I tried rundll32.exe shelll32.dll,SHExitWindowsEx 1 THis gives...
The registry key that houses the System Variables is located HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment Go to this...
or down from ls tools www.losoft.de/lstools.html which i use like so: @echo off net view | find "%1" >> %1.$$$ for /F %%x in (%1.$$$) do down %%x /P /F /Q del...
i appreciate if anybody could help me on this. i want a dos command that would: first verify if the file exist if it's there in the directory consider the date...
As I understand you a file is created and then a timer starts - 4 hours later the backup runs again. Is this correct? The attached utility is a count down...
The attachment was stripped - you can find it here. http://members.melbpc.org.au/~micm/CNTDN.ZIP Another way to do it, without using an external utility, is to...