M
MS
Hi,
In a UNIX/LINUX shell you can add a '&' to the end of a command line so
that the line returns immediately, so that if you're just starting a
program or something from the shell you don't have to wait for that
program to finish before being able to continue to write commands in the
shell.
EG.
emacs home\text\mytextfile &
Is there a Windows XP/2000 equivalent to this?
Thanks,
MS
In a UNIX/LINUX shell you can add a '&' to the end of a command line so
that the line returns immediately, so that if you're just starting a
program or something from the shell you don't have to wait for that
program to finish before being able to continue to write commands in the
shell.
EG.
emacs home\text\mytextfile &
Is there a Windows XP/2000 equivalent to this?
Thanks,
MS