> > This could be because of alias ordering, try changing the order to: > > > > mov|movie > > movie|ym > > > > ...see if that changes anything. Though I don't think that it's good > > form to use an alias for an alias anyway. ... > > I took this from the examples in the stock localaliases.txt. > Perhaps that should be changed?
This was theory only, I don't know if it makes a difference under the new engine. > > I see some aliases with %s and some with "%s". I think the > > quotes are wrong and should be dropped and they should just > > be %s > > Again, I followed an example here, specifically 'exp|run > explorer /e, "%s"'. > Does anyone know the ultimate truth here? Yes. Different uses require different syntax. When passing anything that MIGHT have spaces in it to the command line it's critical that you use the wrapping quotes. Regards, Shawn K. Hall http://12PointDesign.com/ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ To unsubscribe visit: https://lists.sourceforge.net/lists/listinfo/dqsd-users [email protected] http://sourceforge.net/mailarchive/forum.php?forum_id=8601
