February 27, 200521 yr HII need use fallowing command in to the cmd fileIf EXIST A:\AdminRun.cmd set INFO=A:If EXIST D:\AdminRun.cmd set INFO=D:If EXIST E:\AdminRun.cmd set INFO=E:etc..But now i need some command line after (If EXIST A:\AdminRun.cmd set INFO=A:) ,what skip floppy search if floppy not in the drive. How i can do that?
February 27, 200521 yr Author OKI try use VB command like On Error resume but now i found right commandlineif errorlevel 0 goto Some_placeIf EXIST A:\AdminRun.cmd set INFO=A::Some_placeIf EXIST D:\AdminRun.cmd set INFO=D:If EXIST E:\AdminRun.cmd set INFO=E:sry for distrube
Create an account or sign in to comment