Looking for an NTFS FOR DOS detection program that can be loaded in a batch file and then exited after processing is done
For example, in a batch file
@ECHO OFF
........
NTFS4DOS
IF no NTFS-formatted partition is found GOTO END
If it has been loaded and has recognized/mapped the NTFS-formatted partition, then process the required program.......
........
EXIT (exit NTFS4DOS and free memory space)
......
:END
For example, in a batch file
@ECHO OFF
........
NTFS4DOS
IF no NTFS-formatted partition is found GOTO END
If it has been loaded and has recognized/mapped the NTFS-formatted partition, then process the required program.......
........
EXIT (exit NTFS4DOS and free memory space)
......
:END
www.deepin.org cpzn.ys168.com



