COPY NAME .TXT PRN命令用于()
第1题:
设在工程中有一个标准模块,其中定义了如下记录类型: Type Books Name As String * 10 TelNum As String * 20 EndType 在窗体中添加一个名为Commandl的命令按钮,要求单击命令按钮时,在顺序文件 Ptxt中写入一条记录。下列能够完成该操作的程序段是 ( )
A.Private Sub Commandl_Click() Dim B As Books Open"d:\P1.txt"For Output As #1 B. Name=InputBox( "姓名") B. TelNum=InputBox("电话号码") Write #1,B. Name,B. TelNum Close #1 EndSub
B.Private Sub Commandl_Click() Dim B As Books Open" d:\Pl.txt" For Input As B. Name=InputBox ("姓名") B. TelNum=InputBox ("电话号码") Print #1,B. Name,B. TelNum Close #1 EndSub
C.Private Sub Commandl_Click() Dim B As Books Open"d:\P1. txt"For Output As B. Name=InputBox("姓名") B. TelNum=InputBox ("电话号码") Write #1,B Close #1 EndSub
D.Private Sub Commandl Cliek() Open"d:\P1.txt" For Input As Name=InputBox("姓名") TelNum=InputBox ("电话号码") Print #1,Name,TelNum Close #1 EndSub
第2题:
下列四条叙述中,正确的一条是( )
A.由于扩展名为.BAT的文件不是二进制文件,故这样的文件不能直接执行
B.PATH命令可为各种类型的文件设置搜索路径
C.用DISKCOPY命令进行整盘拷贝之前,目标盘必须已被格式化过
D.在连接好打印机后,执行DOS命令TYPE S.TXT>PRN,可将文件S.TXT的内容在打印机上打印出来
第3题:
A.transfer IOS t0 172.16.10.1
B.copy run start
C.copy tftp flash
D.copy start tftp
E.copy flash tftp
第4题:
第5题:
下列说法正确的是()
第6题:
欲把当前目录下的 file1.txt 复制为 file2.txt,正确的命令是()。
第7题:
下面用来保存当前配置到NVRAM的命令是()。
第8题:
COPY NAME .TXT PRN命令用于()
第9题:
在Visual FoxPro中,对数据表文件分别用COPY命令和COPY FILE命令进行复制时,下面正确的叙述是()。
第10题:
Which gets the name of the parent directory file “file.txt”?()
第11题:
要想打印存放在当前盘当前目录上所有扩展名为.TXT的文件内容,应该使用的DOS命令为()。
第12题:
String name= File.getParentName(“file.txt”);
String name= (new File(“file.txt”)).getParent();
String name = (new File(“file.txt”)).getParentName();
String name= (new File(“file.txt”)).getParentFile();
Directory dir=(new File (“file.txt”)).getParentDir(); String name= dir.getName();
第13题:
若要将当前盘目录下的文件A.TXT连接在文件B.TXT后面,应使用的命令为( )。
A.COPY A.TXT>>B.TXT
B.MOVE A.TXT>>B.TXT
C.PATH A.TXT>>B.TXT
D.TYPE A.TXT>>B.TXT
第14题:
用于网络测试的DOS命令是( )。
A. sfc
B.move
C.ping
D.copy
第15题:
假设在当前盘的当前目录下有两个文件A.TXT和B.TXT,现在要将文件B.TXT合并连接到文件A.TXT的后面。若使用COPY命令,则完整的命令为【 】。
第16题:
第17题:
OFFSET命令与COPY命令有什么区别?如何COPY命令连续复制多个对象?
第18题:
如果您想列出当前目录以及子目录下所有扩展名为“.txt”的文件,那么您可以使用的命令是()。
第19题:
当用copy命令操作时,若指定的 文件在指定驱动器中找不到,屏幕上会显示()
第20题:
将库文件AA.DBF复制成以#为定界符的文本文件BB.TXT,使用命令()
第21题:
下列命令中,仅拷贝表文件结构的命令是()
第22题:
You are the network administrator for ExamSheet. You plan to upgrade 550 computers from Windows 95 to Windows 2000 Professional. You create an Unattend.txt file by using Setup Manager. You copy the file to the network share that will be used to install Windows 2000 Professional. You start the installation on a test computer by using a network shared folder and an answer file. When the installation is complete, you realize that the upgraded computers are not utilizing their entire hard disks. You want to ensure that the unattended installation utilizes the entire hard drive on all computers. What should you do? ()
第23题:
第24题:
ls*.txt
find–name“.txt”
ls–d.txt
find.“.txt”