Jump to content

Caml Light

Member
  • Posts

    85
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Italy

Everything posted by Caml Light

  1. Thank you jaclaz, the actual scope of my question is written in the previous posts. My GOAL is exactly it: To pass to an opened cmd shell some commands written from the "Run" prompt. Alternatively, instead to use the "Run" prompt, i also can use a cmd batch script that send commands to the opened cmd shell. If i run a common batch, it will open a new cmd shell window.
  2. ok... i'll try to explain better: Imagine to have a CMD shell window already opened. Is it possible to pass it some commands, not writing them into that shell but from WIN+R?
  3. Yes, that works launching a single instance of cmd.exe. But does exists a way to do exactly what i wrote?
  4. Hi guys, if i do this: WIN+R -> cmd /k echo Hello -> ENTER WIN+R -> cmd /k echo World -> ENTER I'll have 2 different CMD shell windows: the first displays "Hello", while the second "World". Do you know if is it possible to launch the second command in the same CMD shell window of the first one, to have: Hello World _ Thank you in advance
×
×
  • Create New...