Re: dos


[ Follow Ups ] [ Post Followup ] [ The EasyDOS Forum ] [ FAQ ]

Posted by Valerie on May 23, 2011 at 04:07:23:

In Reply to: Re: dos posted by SpywareDr on May 22, 2011 at 09:10:46:

←C:\EasyDOS> dir Volume in drive C is Master_C Volume Serial Number is CCCC-CCCC Directory of C:\EasyDOS Mon 23/05/2011 20:01 . Mon 23/05/2011 20:01 .. Mon 23/05/2011 20:01 8 autorun.inf Mon 23/05/2011 20:00 69 xx.bat 2 File(s) 77 bytes 2 Dir(s) 19,954,118,656 bytes free ←C:\EasyDOS> type xx.bat For /f %%1 in ('dir /a-d /b autorun.inf') do if exist %%1 del %%1 ←C:\EasyDOS> xx ←C:\EasyDOS> For /F %1 in ('dir /a-d /b autorun.inf') do if exist %1 del %1 ←C:\EasyDOS> if exist autorun.inf del autorun.inf ←C:\EasyDOS> dir Volume in drive C is Master_C Volume Serial Number is CCCC-CCCC Directory of C:\EasyDOS Mon 23/05/2011 20:02 . Mon 23/05/2011 20:02 .. Mon 23/05/2011 20:00 69 xx.bat 1 File(s) 69 bytes 2 Dir(s) 19,954,118,656 bytes free C:\EasyDOS>





Follow Ups:



Post a Followup (use TAB key to move between boxes - NOT ENTER or RETURN)

Name:
E-Mail:

Subject:

Type your comments in the box below and SUBMIT:


[ Follow Ups ] [ Post Followup ] [ The EasyDOS Forum ] [ FAQ ]