• USBVirusScan应用程序的设计是小型工具,将启动任何程序提供尽可命令行参数的每一个时间USB记忆棒插入。 我用它来开始一个完整的病毒扫描上的插u盘,因此名称。

    例如,开始cmd.exe 在每个u盘,你插入的,你开始USBVirusScan这样的:

    USBVirusScan cmd/k%d:

    %d(或%c遗留的理由)是一个占位驱动的信插入的。

    USBVirusScan使用的系统盘图标和气球到地宣布,插入一个u盘。 如果你想要隐藏这个系统中的盘图标上,开始USBVirusScan有选择-我,像这样:

    USBVirusScan-我cmd/k%d:

    你也可以隐藏的命令行控制台有选择-c。 这只适用的控制台应用程序,不与Windows的应用。 选择-e将禁止出口命令在持久性有机污染物的-菜单。

    -Q开关将停止运行实例USBVirusScan的。

    一个新的标志,-d,增加了支持调试,以USBVirusScan的。 当这标志,USBVirusScan会写debug output当驱动是插入。

  • के USBVirusScan आवेदन डिजाइन किया गया था होना करने के लिए एक छोटे से उपकरण का शुभारंभ करेंगे कि किसी भी प्रोग्राम तुम प्रदान के रूप में एक कमांड लाइन पैरामीटर प्रत्येक समय के साथ एक यूएसबी स्टिक डाला जाता है. मैं इसे का उपयोग शुरू करने के लिए एक पूर्ण वायरस स्कैन पर डाला यूएसबी ड्राइव, इसलिए नाम.

    उदाहरण के लिए, शुरू करने के लिए एक cmd.exe पर प्रत्येक USB ड्राइव सम्मिलित करें, आप शुरू USBVirusScan इस तरह:

    USBVirusScan cmd /k %d:

    %d (या %c विरासत कारणों के लिए) है एक ड्राइव के लिए प्लेसहोल्डर-पत्र के डाला यूएसबी ड्राइव.

    USBVirusScan का उपयोग करता है एक सिस्टम ट्रे आइकन और गुब्बारे की घोषणा करने के लिए प्रविष्टि की एक यूएसबी ड्राइव. यदि आप चाहते हैं को छिपाने के लिए इस सिस्टम ट्रे आइकन के साथ, शुरू USBVirusScan विकल्प के साथ -मैं, इस तरह:

    USBVirusScan -मैं cmd /k %d:

    आप भी छुपा सकते हैं कमांड लाइन के साथ कंसोल विकल्प -सी. यह केवल काम करता है के साथ कंसोल अनुप्रयोग, नहीं के साथ विंडोज अनुप्रयोगों । विकल्प -ई को निष्क्रिय कर देगा बाहर निकलें कमांड में इस पॉप-अप मेनू से.

    -क्यू स्विच बंद हो जाएगा के किसी चल रहे इंस्टेंस USBVirusScan.

    एक नया झंडा, डी, कहते हैं, डिबगिंग का समर्थन करने के लिए USBVirusScan. जब यह झंडा मौजूद है, USBVirusScan लिखना होगा डिबग आउटपुट ड्राइव में डाला जाता है ।

  • The USBVirusScan application was designed to be a small tool that will launch any program you provide as a command line parameter each time a USB stick is inserted. I use it to start a full virus scan on the inserted USB drive, hence the name.

    For example, to start a cmd.exe on each USB drive you insert, you start USBVirusScan like this:

    USBVirusScan cmd /k %d:

    %d (or %c for legacy reasons) is a placeholder for the drive-letter of the inserted USB drive.

    USBVirusScan uses a system tray icon and balloons to announce the insertion of a USB drive. If you want to hide this system tray icon, start USBVirusScan with option -i, like this:

    USBVirusScan -i cmd /k %d:

    You can also hide the command line console with option -c. This only works with Console applications, not with Windows applications. Option -e will disable the Exit command in the pop-up menu.

    The -q switch will stop a running instance of USBVirusScan.

    A new flag, -d, adds debugging support to USBVirusScan. When this flag is present, USBVirusScan will write debug output when drives are inserted.