Jump to content

StormCrowMth

Members
  • Posts

    2
  • Joined

  • Last visited

StormCrowMth's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thank you for the fast replay, i did just that and now it runs! i also added a WinClose("[CLASS:ConsoleWindowClass]", "") since ill be using the program in a loop from there and don't need the cmd window open, ty!
  2. And so here we are again re-living a 2 year old burn. Let this be a fun reminder that a post is useful in the future and can still be expanded beyond the original question at any time. My code: $CMD = " cd C:\Users\Someone's\Desktop\Nmf\ && " & _         " 1.nmf " RunWait('"' & @ComSpec & '" /c ' & $CMD, @SystemDir) Problem: It opens the file with its default program (NICE Player if you are wondering) no problem; But my code cant continue until the cmd window closes, and it doesnt, help! best regards
×
×
  • Create New...