Search found 2 matches

by baixiwei
14 Mar 2012 12:08
Forum: DOS Batch Forum
Topic: noob question about running programs from other directories
Replies: 2
Views: 2468

Re: noob question about running programs from other director

This fix worked fine. Thanks!

By the way, no, the value of val didn't relate to the path where the script was placed.
by baixiwei
14 Mar 2012 10:19
Forum: DOS Batch Forum
Topic: noob question about running programs from other directories
Replies: 2
Views: 2468

noob question about running programs from other directories

Rather new to running batch files from command line so this is probably a really easy question, but I couldn't find the answer after some searching, so ... I want my batch file to run a file in another directory with some parameters, like this: directory\script.sh -param val -param val It works OK w...