[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

2311.0. "Notepad Files" by JUNIOR::AVERA (Jim Avera -SCA Telecom- DTN484-6023) Tue Feb 20 1990 11:03

Is there a way to specify a File name during the startup of a notepad window.
I would like to specify these files in autostart. Any suggestions ?

Thanks,

Jim
T.RTitleUserPersonal
Name
DateLines
2311.1YESCLTVAX::dickDick Schoeller - Failed XperimentTue Feb 20 1990 12:394

MCR DECW$NOTEPAD [filename]

2311.2ThanksJUNIOR::AVERAJim Avera -SCA Telecom- DTN484-6023Tue Feb 20 1990 16:149
Thanks, it worked like a champ. Interestingly enough it had a hard time 
running when I specified   run sys$system:decw$notpad [filename]. In 
any case it works now. 


Adios,

 Jim
2311.3MCR and RUN are not equivalentCLTVAX::dickDick Schoeller - Failed XperimentWed Feb 21 1990 10:107
MCR means run as though you are using foreign command syntax.  By default the
directory spec is sys$system:.  RUN does not use foreign command syntax and
will not allow the extra arguments to be fed to the application.  The problems
were not an artifact of the application but of the mechanism you were using to
execute it.

Dick