由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - please help: use a DOS command to generate the list of programs, thanks
相关主题
SAS考证基础知识如何每次R启动的时候自动set working directory
大牛帮忙:批处理读入多个文件!!比较傻的一个spss操作问题
Any one who have called C++ function in R and the C++ used gsl library ? 请教一个UNIX下面用SAS的弱智问题
Full-time job opening in a pharma company[SAS]can x command under SAS support xcopy
问一个R的问题请问drug coding不用WHO DD可以吗?
请前辈指教,只想做技术什么方向薪水能上15万?【包子】生成RAW SAS DATASET问题
问关于C中调用R函数SAS help
my R job问:how to select cases in SPSS
相关话题的讨论汇总
话题: 35p话题: dos话题: generate话题: dir话题: chen
进入Statistics版参与讨论
1 (共1页)
l***o
发帖数: 194
1
I am learning from this article about how you can generate a txt file for a
directory. but when I use this one line code here, not working. can anyone
help? I have been trying this for few hours. :-(
thanks.
x “dir c:\chen >c:\chen\proglist.txt”
The generated .TXT file looks like the following:
Volume in drive C has no label
Volume Serial Number is 07CF-0B10
Directory of C:\chen
. 05-24-01 2:35p .
.. 05-24-01 2:35p ..
PROG1 SAS 0 05-24-01 2:35p prog1.sas
PROG2 SAS 0 05-24-01 2:35p pr
l***a
发帖数: 12410
2
try this
options noxsync noxwait noxmin;
x "dir /b /s c:\chen >c:\chen\proglist.txt";

a

【在 l***o 的大作中提到】
: I am learning from this article about how you can generate a txt file for a
: directory. but when I use this one line code here, not working. can anyone
: help? I have been trying this for few hours. :-(
: thanks.
: x “dir c:\chen >c:\chen\proglist.txt”
: The generated .TXT file looks like the following:
: Volume in drive C has no label
: Volume Serial Number is 07CF-0B10
: Directory of C:\chen
: . 05-24-01 2:35p .
1 (共1页)
进入Statistics版参与讨论
相关主题
问:how to select cases in SPSS问一个R的问题
Question about %include in SAS请前辈指教,只想做技术什么方向薪水能上15万?
帮搞EPI的PI做统计分析,大家怎么维护数据?问关于C中调用R函数
sas or python 读取 excel data filemy R job
SAS考证基础知识如何每次R启动的时候自动set working directory
大牛帮忙:批处理读入多个文件!!比较傻的一个spss操作问题
Any one who have called C++ function in R and the C++ used gsl library ? 请教一个UNIX下面用SAS的弱智问题
Full-time job opening in a pharma company[SAS]can x command under SAS support xcopy
相关话题的讨论汇总
话题: 35p话题: dos话题: generate话题: dir话题: chen