Doyle Whisenant: > I guess I'm sorta dense but exactly how does this work? Do you set > up 4 different "command.go..." values in the properties (4 seperate > commands), cycle through the four commands in the dialog someway or > ...?
If you think you may need an extra parameter then set command.go.*.c=*$(FileName) $(1) Then, pressing Go will display the parameters dialog allowing you to set a parameter. If using a parameter is rare then avoid the prompt by dropping the "*" and opening Parameters manually when needed command.go.*.c=$(FileName) $(1) Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
