An educated guess would be that the DOS command invokes the command processor (command.com in long-ago Windows, cmd.exe now) and passes the "\c" (or is it "/c"?) to it.
If in Windows you open a CMD prompt, and type cmd /? you can see what options it accepts. My output includes: /C Carries out the command specified by string and then terminates Further down the help display, it gives more information. On Wed, 15 Feb 2012, Wjhonson wrote: > > The DOS command in Universe takes a "/c" argument and then you can specify a > bat file like > > DOS \c test.bat > > What does \c mean? Are there other arguments like \z or \x that it can take? > _______________________________________________ > U2-Users mailing list > [email protected] > http://listserver.u2ug.org/mailman/listinfo/u2-users > > Regards, ....Bob Rasmussen, President, Rasmussen Software, Inc. personal e-mail: [email protected] company e-mail: [email protected] voice: (US) 503-624-0360 (9:00-6:00 Pacific Time) fax: (US) 503-624-0760 web: http://www.anzio.com street address: Rasmussen Software, Inc. 10240 SW Nimbus, Suite L9 Portland, OR 97223 USA _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
