Irftp Command In Windows Server 2008

In this article I am going to explain about Irftp export command in windows server 2008 operating system.
  • 1445

Introduction

Irftp is command-line tool built in Windows Server 2008. Irftp command is used to send files over an infrared link. If this command is used without parameter or  /s is used with it,  irftp opens the Wireless Link dialog box, where you can select the files to send without using the command line. Basic syntax for using this command is given below.

Irftp command syntax

irftp [<Drive>:\] [[<Path>] <FileName>] [/h][/s]

Parameters in Irftp command

There are the following parameter in the Irftp command:

Parameter Description
Drive:\ Drive that contains the files that you want to transmit over an infrared link.
[Path]FileName Defines the location of file that you want to transmit over an infrared link.
/h Files are sent without displaying the Wireless Link dialog box.
/s Prompts Wireless link dialog box to select the files or group of files and send them without using the command line.

Example

Send the file named report.txt which is in department folder over an infrared link,type:

irftp d:\department\report.txt

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.