Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

batch file does not execute

1 view
Skip to first unread message

Sul@MS_NewsServer

unread,
Sep 5, 2009, 11:49:50 PM9/5/09
to
I have a batch file with the following;

PATH=%PATH%;"C:\Program Files\7-Zip"
CD /D "%userprofile%\desktop"
FOR %%X IN (*.zip) DO 7z x -aoa -o"%userprofile%\desktop\" "%%X"


when clicking the file, the screen simply flashes and does not execute
other batch files are running fine

--
Dual Boot WinXP Pro SP3 with Windows 7


Len B

unread,
Sep 6, 2009, 6:58:43 AM9/6/09
to
Its a bit difficult to see what's going on in the screen flash.
Add a pause command after each command line. That way you'll
be able to see any error messages.

--
Len
______________________________________________________
remove nothing for valid email address.
"Sul@MS_NewsServer" <sul...@live.com> wrote in message
news:uolQJVqL...@TK2MSFTNGP02.phx.gbl...

0 new messages