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...
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...
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 ...
... 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...
... Microsoft ... Microsoft ... executed ... HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared\HTML\Default Editor Export this key after setting Frontpage as the...
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...
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...
... 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\application name.ext -- Regards,...
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 ...
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...
I don't know if this has been discussed before, if it has, please give me the link. I have this folder C:\myfiles\ which is filled with a bunch of different ...
... 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...
xcopy c:\myfiles\*.* f:\myfiles\ /D looks like it will just copy files with a newer file date. You can look at the help: "xcopy /?" for more customization. ...
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...
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...
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...
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 ?...
xcopy c:\myfiles\*.* f:\myfiles\ /D /Y This works just fine, exactly like I want it. Thank you very much ☺ Aristos ________________________________________ ...
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...
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...
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 ...
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...
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...
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...
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...
The bottom 2 lines should be combined to one line. Lamar ________________________________ From: batchworld@yahoogroups.com [mailto:batchworld@yahoogroups.com]...