From: Sul on 5 Sep 2009 21:04 I use notepad to create a batch file and save it as test.bat when I right click on the test.bat, I get a blank page what's the fix? tia -- Dual Boot WinXP Pro SP3 with Windows 7
From: JS on 5 Sep 2009 21:31 Try running it from a command prompt. -- JS http://www.pagestart.com "Sul(a)MS_NewsServer" <sulxxx(a)live.com> wrote in message news:ejpq$3oLKHA.3376(a)TK2MSFTNGP03.phx.gbl... >I use notepad to create a batch file and save it as test.bat > when I right click on the test.bat, I get a blank page > what's the fix? tia > > -- > Dual Boot WinXP Pro SP3 with Windows 7 > >
From: Sul on 5 Sep 2009 22:47 The name of the file is extractchromium.bat and contains the following PATH=%PATH%;"C:\Program Files\7-Zip" CD /D "%userprofile%\desktop" FOR %X IN (*.zip) DO 7z.exe x -aoa -o"%userprofile%\desktop\" "%X" C:\Documents and Settings\username\desktop>extractchromium '�P' is not recognized as an internal or external command, operable program or batch file. "JS" <@> wrote in message news:#PIh8GpLKHA.1336(a)TK2MSFTNGP05.phx.gbl... > Try running it from a command prompt. > > -- > JS > http://www.pagestart.com > > > > "Sul(a)MS_NewsServer" <sulxxx(a)live.com> wrote in message > news:ejpq$3oLKHA.3376(a)TK2MSFTNGP03.phx.gbl... >>I use notepad to create a batch file and save it as test.bat >> when I right click on the test.bat, I get a blank page >> what's the fix? tia >> >> -- >> Dual Boot WinXP Pro SP3 with Windows 7 >> >> > >
From: VanguardLH on 6 Sep 2009 04:23 Sul(a)MS_NewsServer wrote: > FOR %X IN (*.zip) DO 7z.exe x -aoa -o"%userprofile%\desktop\" "%X" Double up on the percentage signs. One is okay when running from the command prompt to use a variable but you need 2 inside the batch file. You want to use a variable, not the value of the variable (defined in whatever shell loaded that .bat file).
|
Pages: 1 Prev: download files using a batch file? Next: In FTP connection "unlimited" is disabled |