• MoveEx应用程序的设计是一个小的命令行的工具,时间表的一个文件命名操作要做,在下一次重新启动。 例如替换的文件目前正在使用更多或更少,只是包装MoveFileEx()API。

    使用: moveex oldfile newfile

    移'oldfile'到'newfile'在下重新启动。

    用来替换的文件目前正在使用当中。

    它适用于Windows NT和地方驱动器!

    在NTFS,系统必须授予的'全面控制'的文件的问题!

    没有任何反馈(例如在事件记录),说明差错或成功。

    实例:

    moveex test.txt test2.txt

    重命名test.txt 在当前的目录,复盖test2.txt

    moveex test.txt c:电磁脉冲est.txt

    移动test.txt 从目前的目录c:电磁脉冲

    moveex test.txt c:电磁脉冲

    不起作用,给完整的路径和文件名的目的地

    moveex c:est.txt d:est.txt

    不行,你不能移动,跨越不同的驱动器

  • के MoveEx आवेदन डिजाइन किया गया था होना करने के लिए एक छोटे से कमांड लाइन उपकरण है कि कार्यक्रम के लिए एक फ़ाइल का नाम बदलने के आपरेशन करने के लिए किया जा सकता है पर अगले रिबूट. उदाहरण के लिए फ़ाइलों को प्रतिस्थापित करने के लिए वर्तमान में उपयोग में और अधिक या कम बस के चारों ओर एक आवरण MoveFileEx() API.

    उपयोग: moveex oldfile newfile

    चाल 'oldfile' के लिए 'newfile' पर अगले रिबूट.

    उपयोगी फ़ाइलों को प्रतिस्थापित करने के लिए वर्तमान में उपयोग में है ।

    यह काम करता है पर Windows NT और स्थानीय ड्राइव के लिए केवल!

    पर NTFS, सिस्टम प्रदान किया जाना चाहिए 'पूरा नियंत्रण' में फ़ाइलों के लिए सवाल!

    वहाँ है कोई प्रतिक्रिया (जैसे ईवेंट लॉग में) बताते हुए त्रुटि या सफलता ।

    उदाहरण:

    moveex test.txt test2.txt

    नाम बदलता है test.txt में वर्तमान निर्देशिका, अधिलेखित कर देता है test2.txt

    moveex test.txt c: emp est.txt

    चाल test.txt से वर्तमान निर्देशिका करने के लिए c: emp

    moveex test.txt c: emp

    काम नहीं करता है, देने के लिए पूरा पथ और फ़ाइल नाम के लिए गंतव्य

    moveex c के लिए: est.txt डी: est.txt

    काम नहीं करता है, आप कदम नहीं कर सकते हैं दुनिया भर में ड्राइव

  • The MoveEx application was designed to be a small command line tool that schedules a file rename operation to be done at the next reboot. e.g. to replace files currently in use more or less just a wrapper around the MoveFileEx() API.

    Usage: moveex oldfile newfile

    Moves 'oldfile' to 'newfile' at next reboot.

    Useful to replace files currently in use.

    It works on Windows NT and local drives only!

    On NTFS, SYSTEM must be granted 'Full Control' to the files in question!

    There is no feedback (e.g. in the event log) stating error or success.

    Examples:

    moveex test.txt test2.txt

    renames test.txt in the current directory, overwrites test2.txt

    moveex test.txt c: emp est.txt

    moves test.txt from the current directory to c: emp

    moveex test.txt c: emp

    doesn't work, give the full path and file name for destination

    moveex c: est.txt d: est.txt

    doesn't work, you can't move across different drives