Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

batchworld · Batch World

The Yahoo! Groups Product Blog

Check it out!

Group Information

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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 6339 - 6368 of 8865   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
6368 Morris, Lamar
lamarmorrist... Send Email
Oct 9, 2005
10:53 am
The bottom 2 lines should be combined to one line. Lamar ________________________________ From: batchworld@yahoogroups.com [mailto:batchworld@yahoogroups.com]...
6367 Morris, Lamar
lamarmorrist... Send Email
Oct 8, 2005
9:40 pm
This uses the free batch component of WinZip, you can find it on the WinZip web. for /f "tokens=1,2" %%u in ('date /t') do set d=%%v for /f "tokens=1" %%u in...
6366 C-Fu
cfu7777 Send Email
Oct 8, 2005
6:55 pm
I'd say it would be better to use environment variables (like %PROGRAMFILES%) than just simply using c:\Program Files. So in your case I guess you can use...
6365 infideveloper Send Email Oct 8, 2005
6:55 pm
Hi,All we have a requirement where we need to create a batch file that zips a list of files in folder1 and puts it in folder2 as temp_timestamp.zip if any body...
6364 foxidrive Send Email Oct 8, 2005
3:39 am
On Fri, 07 Oct 2005 18:15:47 -0000, Steven Hulse wrote: People can install Windows to different drive letters... If you want to start the associated browser...
6363 Steven Hulse
kosingigglep... Send Email
Oct 7, 2005
6:15 pm
LOL Well thanks. :-) Yes that is the path, does IE install to different paths? (If so, I may have to rethink my project a little.) I thought that since it was ...
6362 Sam Wallace
guillaumedep Send Email
Oct 7, 2005
10:27 am
Hi Steve, We encourage members not to kick themselves on the first time out. Wait until you have written a lot of scripts and overlook something completely...
6361 Steven Hulse
kosingigglep... Send Email
Oct 7, 2005
10:21 am
hi everyone! Ok, I'm kicking myself here. This is such a simple thing I bet but I can't figure it out right now so HELP! LOL What I want to do is create a real...
6360 foxidrive Send Email Oct 7, 2005
6:32 am
... http://www.lookuptables.com/ -- Regards, Mic...
6359 Aristos Vasiliou
aristos_vasi... Send Email
Oct 7, 2005
5:51 am
xcopy c:\myfiles&#92;*.* f:\myfiles&#92; /D /Y This works just fine, exactly like I want it. Thank you very much ☺ Aristos ________________________________________ ...
6358 conisoru Send Email Oct 7, 2005
4:57 am
How could I make nerocmd run on a computer without installing the whole nero kit. Which dll's should I copy together with nerocmd.exe and detect my drives ?...
6357 conisoru Send Email Oct 7, 2005
4:39 am
You could try robocopy with the /PURGE option like this : robocopy c:\myfiles f:\myfiles /R:2 /W:2 /E /NP /PURGE >F:\report.log This option is for using in Win...
6356 Michael Burek
mike_burek Send Email
Oct 7, 2005
12:35 am
Instead of using runas, you could also try psexec (online for free). It has options to run in the background and not display on the console, change the...
6355 Michael Burek
mike_burek Send Email
Oct 7, 2005
12:28 am
How do the first 32 chars look? On mine (WinXP), they just show as control characters (a carat and a letter). Those represent things like a beep 007, line...
6354 Michael Burek
mike_burek Send Email
Oct 7, 2005
12:22 am
xcopy c:\myfiles&#92;*.* f:\myfiles&#92; /D looks like it will just copy files with a newer file date. You can look at the help: "xcopy /?" for more customization. ...
6353 sam20martin Send Email Oct 6, 2005
7:23 pm
... they're ... <Alt> 170 ... prompt ... decimal to ... printable. ... Windows 2000 and XP. U lost me on the non-printable characters. I can see <Alt>1-32 from...
6352 Aristos Vasiliou
aristos_vasi... Send Email
Oct 6, 2005
5:06 pm
I don't know if this has been discussed before, if it has, please give me the link. I have this folder C:\myfiles&#92; which is filled with a bunch of different ...
6351 foxidrive Send Email Oct 6, 2005
3:08 pm
... The first 32 characters are control characters and some are not printable. What OS is it for? -- Regards, Mic...
6350 sam20martin Send Email Oct 6, 2005
2:50 pm
Thanks for the tip. cmd /c didn't do what I needed. Doskey /reinstall works fine. S ... next ... Obviously ... about ... unsubscribe@e......
6349 sam20martin Send Email Oct 6, 2005
2:48 pm
All: I want to generate a list of ANSI characters, 1-255( I suppose they're called ANSI) to a file. I can use "prompt <Alt> 170" to change the DOS prompt or...
6348 fsips Send Email Oct 5, 2005
3:49 pm
An assignment, no, not officially. It more of something I thought about for a user who complains too much about have type commandline type things. ... drop ...
6347 foxidrive Send Email Oct 5, 2005
5:19 am
... Tsk tsk, I smell an assignment, Ian. As I see it you'd need to use the runas command and %1 where %1 holds the drive:\path&#92;application name.ext -- Regards,...
6346 fsips Send Email Oct 5, 2005
4:54 am
Anyone know how to write a batch/cmd file that you can drag and drop an application on to it and it will execute the program utilizing the runas command so a...
6345 fsips Send Email Oct 5, 2005
4:45 am
Hey Guys, How is everyone doing? I'm trying to do something, but I'm not sure if it can be done or how to do it. I would like to generate a batch file that...
6344 Brian Lasch
bslasch Send Email
Oct 4, 2005
10:57 pm
... Microsoft ... Microsoft ... executed ... HKEY_LOCAL_MACHINE&#92;SOFTWARE&#92;Microsoft&#92;Shared&#92;HTML&#92;Default Editor Export this key after setting Frontpage as the...
6343 foxidrive Send Email Oct 4, 2005
2:17 am
... Here's a method I would use, if the info is not readily available. Export the standard registry, make Microsoft FrontPage 2003 the default html editor, and...
6342 Aristos Vasiliou
aristos_vasi... Send Email
Oct 3, 2005
9:33 pm
After the MS Office 2003 installation, the default html editor is Microsoft Word 2003. Is there a batch file I can create, so that I can make Microsoft ...
6341 Morris, Lamar
lamarmorrist... Send Email
Oct 3, 2005
5:16 pm
Winzip has a free command line module that I use, you can download it off their web page. The following will zip files in a sub directory, run from a batch...
6340 Michael Burek
mike_burek Send Email
Oct 3, 2005
5:06 pm
As far as I know, you still have to download a program with a command line interface. PkZip has been around a long time. Just search on google for zip...
6339 mercykamal
kamal_mercy Send Email
Oct 3, 2005
2:52 pm
... any one tell me how to zip or compress folder and subfolder through dos -- MercyKamal [Non-text portions of this message have been removed]...
Messages 6339 - 6368 of 8865   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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