Article 128060 of comp.os.vms: Path: nntpd.lkg.dec.com!pa.dec.com!decuac.dec.com!haven.umd.edu!ames!lll-winken.llnl.gov!fnnews.fnal.gov!nntp-server.caltech.edu!SOL1.GPS.CALTECH.EDU!CARL From: carl@SOL1.GPS.CALTECH.EDU (Carl J Lydick) Newsgroups: comp.os.vms Subject: Re: How to create/copy file with name like ".blabla" Date: 28 Aug 1995 15:54:16 GMT Organization: HST Wide Field/Planetary Camera Lines: 25 Distribution: world Message-ID: <41sor8$ive@gap.cco.caltech.edu> References: <41samc$nf4@bilbo.nask.org.pl> Reply-To: carl@SOL1.GPS.CALTECH.EDU NNTP-Posting-Host: sol1.gps.caltech.edu In article <41samc$nf4@bilbo.nask.org.pl>, TOBIASZ@alpha.sggw.waw.pl (Jacek W. Tobiasz) writes: =Hi all, = =I want to create/copy file with name .blabla (nothing before dot) =from DCL. I've tried =$ create .blabla =CTRL-Z = =it works ok, but =$ copy something.txt .blabla =creates file something.blabla. Append do the same. =How to create file file filename like ".blabla" form DCL level ? If the file in question has variable-length records with implied carriage control, then $ COPY NL:,SYS$DISK:something.txt SYS$DISK:.blabla will do the trick. -------------------------------------------------------------------------------- Carl J Lydick | INTERnet: CARL@SOL1.GPS.CALTECH.EDU | NSI/HEPnet: SOL1::CARL Disclaimer: Hey, I understand VAXen and VMS. That's what I get paid for. My understanding of astronomy is purely at the amateur level (or below). So unless what I'm saying is directly related to VAX/VMS, don't hold me or my organization responsible for it. If it IS related to VAX/VMS, you can try to hold me responsible for it, but my organization had nothing to do with it.