Supressing Command Shell Window
1 post
• Page 1 of 1
Supressing Command Shell Window
I'm using ⎕CMD to run a git command with an argument like so:
the trailing 2>&1 is used so that errors are returned as a result, otherwise the result is empty. The presence of > however forces the command window to popup, and I'd rather suppress it.
Is there any way to do this?
- Code: Select all
⎕CMD 'git -C "c:/APLProjects/CarlisleGroup/AcreTools/" log -1 2>&1'
the trailing 2>&1 is used so that errors are returned as a result, otherwise the result is empty. The presence of > however forces the command window to popup, and I'd rather suppress it.
Is there any way to do this?
- paulmansour
- Posts: 429
- Joined: Fri Oct 03, 2008 4:14 pm
1 post
• Page 1 of 1
Return to Windows: GUI, COM/OLE/ActiveX
Who is online
Users browsing this forum: No registered users and 1 guest
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group