gL33k 0 Posted August 8, 2008 I have a little problem with syntax. when i use semi colon , then ctrl-c the process, bash return me Quote[/b] ]./startarma: line3: @durgsvegetationfix: command not found i tried to use the "," , then ctrl-C. now i don't have the "command not found" but i'm not sure if my mod is loaded. someone can confirm , linux user should use "," instead semi colon ? Share this post Link to post Share on other sites
killswitch 19 Posted August 8, 2008 I take it you're trying to load mods with the -mod parameter, right? Enclose your semicolon-separated list of mod folders in single quote characters to keep the semicolons from being "eaten" by the shell script interpreter. Example: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">-mod='dbe1;@durgsvegetationfix' Share this post Link to post Share on other sites
gL33k 0 Posted August 8, 2008 i suspected that. i don't know well shell . thanks Share this post Link to post Share on other sites