Search found 3 matches
- 30 Oct 2007 03:50
- Forum: DOS Batch Forum
- Topic: evaluate a program's output as a command
- Replies: 4
- Views: 11084
thanks bsod, that's exactly what i want. doskey also used to execute one and command than another one, something like doskey myprogram.exe = myprogram.exe$touput_batch.bat and then cmd /k startupbatch.bat the startupbatch which will give user to customized their sessions, so they can load some neces...
- 29 Oct 2007 03:24
- Forum: DOS Batch Forum
- Topic: evaluate a program's output as a command
- Replies: 4
- Views: 11084
is it no one understand what the **** am i talking about? basically i want to port module command to windows http://modules.sourceforge.net/ but the way module work in linux is by output the environment variable to a shell-script, and then source to current shell. in the shell script there are mostl...
- 26 Oct 2007 09:47
- Forum: DOS Batch Forum
- Topic: evaluate a program's output as a command
- Replies: 4
- Views: 11084
evaluate a program's output as a command
what i want to do it write a program that can dynamically load and unload a command prompts(cmd.exe) environment variables( these environment variables are not system or user wide variables, is a process environment variable.see more about environment variables), so that each time user can open a cu...