Skip to search.
batchworld · Batch World

Group Information

  • Members: 1062
  • Founded: Mar 5, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 2824 - 2853 of 8697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2824 Martin, Sam
demodog2001 Offline Send Email
Feb 5, 2003
6:55 pm
All: Having trouble working w/long file names in an environment variable: Set folder=%1 @echo %folder% Action Item_Paul Team; where I'm passing %%a...
2825 Hammoud, Adam
maximus26ca Offline Send Email
Feb 5, 2003
7:02 pm
Enclose the long filename in double quotes. Regards, Adam Hammoud AT&T Canada Corp. (IS Dept.) Office: 403-705-9733 Fax: 403-705-9601 ...
2826 Josh Fitzgerald
aphoric Offline Send Email
Feb 5, 2003
7:04 pm
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,...
2827 Martin, Sam
demodog2001 Offline Send Email
Feb 5, 2003
7:42 pm
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...
2828 Hammoud, Adam
maximus26ca Offline Send Email
Feb 5, 2003
7:49 pm
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:...
2829 Josh Fitzgerald
aphoric Offline Send Email
Feb 5, 2003
7:52 pm
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......
2830 Martin, Sam
demodog2001 Offline Send Email
Feb 5, 2003
7:55 pm
Thanks Adam: I had tried using "%folder%" . No joy. S ... From: Hammoud, Adam [mailto:adam.hammoud@...] Sent: Wednesday, February 05, 2003 2:49 PM ...
2831 Martin, Sam
demodog2001 Offline Send Email
Feb 5, 2003
8:05 pm
Bravo: robocopy "d:\shared\%folder%" "x:\shared\%folder%" /s /e /v /purge /xo /r:1 /w:1 /z /log:sharedlog.txt looks like a winner. Thanks much S ... From: Josh...
2832 Andy Streule
brother_wolf2 Offline Send Email
Feb 7, 2003
11:24 am
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...
2833 Michael Marquart
foxidrive Offline Send Email
Feb 7, 2003
12:01 pm
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...
2834 gordbraun <gordbraun@...
gordbraun Offline Send Email
Feb 8, 2003
12:25 am
I had a hard time understanding this email... Anyone else want a crack at it? --Gord ============================================== "...Dear sir/madam I've had...
2835 Bob Bissinnar
ocalabob Offline Send Email
Feb 8, 2003
1:16 am
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@... Send Email
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...
2837 Andy Streule
brother_wolf2 Offline Send Email
Feb 10, 2003
3:13 pm
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 ...
2838 Asp, Peter
wccppa1 Offline Send Email
Feb 10, 2003
5:41 pm
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@... Send Email
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...
2840 Sam Wallace
guillaumedep Offline Send Email
Feb 11, 2003
4:26 am
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...
2841 cold jack
bc_cj Offline Send Email
Feb 11, 2003
1:54 pm
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@... Send Email
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...
2843 Asp, Peter
wccppa1 Offline Send Email
Feb 12, 2003
1:06 am
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/> ... ...
2844 PearlX100 <pearlx100@...
PearlX100 Offline Send Email
Feb 12, 2003
3:09 pm
How would I create a batch file to add system variables in windows 2000? Thanks Dave...
2845 abc5432110023 <abc543...
abc5432110023 Offline Send Email
Feb 12, 2003
10:13 pm
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...
2846 Sifu Lee
sifu010 Offline Send Email
Feb 13, 2003
1:13 am
PSTools from www.sysinternals.com has psshutdown utility. ... _________________________________________________________________ MSN 8 helps eliminate e-mail...
2847 Sifu Lee
sifu010 Offline Send Email
Feb 13, 2003
3:18 pm
The registry key that houses the System Variables is located HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment Go to this...
2848 Andy Streule
brother_wolf2 Offline Send Email
Feb 14, 2003
11:25 am
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...
2849 JuntillaPC <juntillap...
JuntillaPC Offline Send Email
Feb 17, 2003
7:03 pm
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...
2850 Michael Marquart
foxidrive Offline Send Email
Feb 17, 2003
7:39 pm
What OS? Any limitation in programs used to achieve the result? On Mon, 17 Feb 2003 19:03:30 -0000, "JuntillaPC <juntillapc@...>"...
2851 JuntillaPC <juntillap...
JuntillaPC Offline Send Email
Feb 17, 2003
9:15 pm
os is win 98. the program in question is to run the autoarchiver if the .dmp file is x hours old. thanks....
2852 Michael Marquart
foxidrive Offline Send Email
Feb 18, 2003
10:04 am
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...
2853 Michael Marquart
foxidrive Offline Send Email
Feb 18, 2003
10:15 am
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...
Messages 2824 - 2853 of 8697   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help