CompuServe Thread

#Smart run command

2 messages in this thread
#76667From: Mowgli AssorJul 17, 1987 8:26 PM
run stack 10000 + changetaskpri 1 + amigabasic where it would run all the commands in order such as to be a (slower & kludgier) workaround for the exact problem I brought up…anyhow, I would agree on the -s and -p keywords myself anyhow. Later, <MOWGLI> There is a ability to chain commands to be run however, using the "+" at the end of each line, like such:
#76680From: Charlie HeathJul 17, 1987 10:14 PM
Nice, but you can't Run Stack – the value gets lost since Run creates a new CLI, which the stack command happly sets to have a different stack size. If you want to start a background (no console I/O) process, you can use my version of RunBack, which allows a stack-size parameter with a -Snnnn switch. It's in DL9- …cheath