Summary: We are running a batch file to kick off defrag on multiple domain machines everything is working great however it wont start defrag on the next PC in ...
Summary: Does anyone know of a way to defragment an XP machine using a batch file with an 'AT' command? So to create a scheduled task on any PC in which it is...
Summary: I was bored so I wrote this defrag script that will defrag all volumes on a system. This includes HDD partitions only. @echo off set logfile=c:\defra...
Summary: I use the following batch file to clean my system. ----------------- @ECHO OFF START taskinfo kill persfw.exe START /W C:\Progra~1\Diskcl~1\DClean.exe...
Summary: Just an aside here. Windows\TEMP folder is rebuilt in 98 by io.sys, not by Windows. 95 won't rebuild it all, just an odd feature of 98? Tryan - it r...
Summary: Hi all I would like to automate the following tasks in this specific order under WIN98SE; 1). Full format of a 3.5" floppy, 2). Full scandisk /surface...
Summary: How do you write a batch file that can turn off the norton antivirus and all active running programs and run the defrag? Although I set up the automa...
Summary: Anyone know if there's a way to write a batch file that can close all applications and then execute defrag? I am trying to help a user who will define...
Summary: I'm looking to create a batch file under Vista but haven't had much experience with creating these under XP or Vista. I want to be able to run a Verbo...
Summary: Let us take thing up here. First a couple of comments on the batch file you present. [1] There are some Q&A in your batch which may origin from some p...
Summary: I wrote a batch file that does like this....... reminder this is for my grandma and i know you could do this task VIA scheduler I wrote a simple batch...
Summary: Ok so here is my batch file ipconfig > C:\ipconfig.txt call calc.exe It does open calc.exe however there is no ipconfig.txt Ok for some reason it wo...
Summary: defrag c: -v -f echo y|chkdsk /F c: shutdown -r The above is my little ameature batch file it will defrag then when finished it will goto next line w...
Summary: How can I count a specific character in a line using a batch file Ex: if I pass a line "c:\dir1\dir2\dir3" to the batch file to count "\" then it shou...
Summary: Please could you help . I would like to create a batch file to do the following:- copy orig.csv to new location. if orig.csv is present at new locatio...