Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Forfiles command help
Name: ali1903 Date: July 12, 2006 at 06:22:37 Pacific OS: Windows Xp CPU/Ram: P4 3.0g Product: HP
Comment:
Hi I am looking for some help with the forfiles command. What I want to do is use for files to search the c drive for *ppt files the each time in finds one pass it to a batch file that moves it to a temp location then call a vb script to shrink the temp file. At the moment the code I have is as follows I am not sure how to pass the filename.
(the batch file) move %1 c:\temp\657465834639.ppt IF %ERRORLEVEL% NEQ 0 goto end cscript vbshrink.vbs 657465834639.ppt %1 del c:\temp\657465834639.ppt :end
Summary: Hi, i was wondering if anyone knows a command to speed up or slow down the fan speed in my computer? or a command to keep speeding up the fan until it overheats? I think this is possible, someone told...
Summary: Hi, I need some help with the batch file commands; I have an 'invoice' directory which will have files with below names. IMPORT_INVOICE_FILEfsbc.20080108.0500368 IMPORT_INVOICE_FILEcount.sbc.2008...
Summary: Hi M2, @echo off for /f "tokens=*" %%I in (IPlist) do call :pinger %%I goto :eof :pinger echo %TIME% >> pingLOG ping %1 >> pingLOG :: DONE I am using the above batch file command to ping list of 60ser...