LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 2001, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 23 Jan 2001 14:52:24 GMT
Reply-To:     Drew Spencer <drewspen@MY-DEJA.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Drew Spencer <drewspen@MY-DEJA.COM>
Organization: Deja.com
Subject:      Re: WinNT equivalent of 'nohup' and '&' ???

Folks,

A number of excellent methods were posted, but the one I like best involves having the below batch file in the winnt directory...

@echo off start /b "C:\Program Files\SAS Institute\SAS\V8\sas.exe" -nodms -sysin % 1

-- Kent Andrew (Drew) Spencer MailTo:DrewSpen@Imagin.Net Bible: http://members.tripod.com/drewspen/KJV_Bible HomePage: Http://www.Imagin.Net/~DrewSpen

In article <94htsv$v72$1@nnrp1.deja.com>, Drew Spencer <DrewSpen@Imagin.Net> wrote: > Folks, > > On Unix I would do a > > nohup sas -sysin sasprogname.sas & > > to run something in batch and background. On OS/2 I would do a > > detach sas -sysin sasprogname.sas > > to do the same. But is there an equivalent for WinNT and/or Win9x? > How would I do this? > > -- > Kent Andrew (Drew) Spencer > MailTo:DrewSpen@Imagin.Net > Bible: http://members.tripod.com/drewspen/KJV_Bible > HomePage: Http://www.Imagin.Net/~DrewSpen > > Sent via Deja.com > http://www.deja.com/ >

Sent via Deja.com http://www.deja.com/


Back to: Top of message | Previous page | Main SAS-L page