April 18, 200521 yr Hi allI am creating a batch file for when the user shuts down on a Windows 98 machine. I am geting an error:"You typed parrameters that are invalid for ScanDisk for Windows"start /wait c:\windows\Scandskw.exe /customalso tryed:start /wait c:\windows\Scandskw.exeand Scandisk /customand Scandisk -customand even that don't work.Could someone please help me here? thanks in addvance!!
April 18, 200521 yr You cannot use /custom parameter under Windows.I remember you can use /a parameter for scandskw to perfom automatic scan.Set parameters for checking in scandisk.
April 18, 200521 yr Author You cannot use /custom parameter under Windows.<{POST_SNAPBACK}>Thanks... Is there a way to boot to dos to perform this and another task and then shutdown (turn off) the computer?Thanks again.
April 18, 200521 yr Of course there is.Create a batch file that will start scandisk with the parameters you need.Then since Autoexec.bat is processed when booting to Real Mode DOS aim the last line of your autoexec.bat at that batch file you created.You may find this website useful.Using MS-DOS 7 Commands
April 23, 200521 yr Author Of course there is.Create a batch file that will start scandisk with the parameters you need.Then since Autoexec.bat is processed when booting to Real Mode DOS aim the last line of your autoexec.bat at that batch file you created.You may find this website useful.Using MS-DOS 7 Commands<{POST_SNAPBACK}>Thanks for that. I did find the site useful
May 1, 200521 yr Here are all valid ScanDskw.exe switches:http://www.mdgx.com/newtip18.htm#SHSUse Scandskw.exe + scandisk.exe from WinME with 95/98/98SE:http://www.mdgx.com/98-5.htm#WDIWUnattended Defrag + ScanDisk:http://www.mdgx.com/lastweek.htm#UNDEFSCANStart.exe switches:http://www.mdgx.com/last4.htm#SMUHope this helps.
Create an account or sign in to comment