Nathan Mahon wrote: > > mkdir a_OldStuff > echo "name Shared Menu" > a_OldStuff/.include > echo 'include "/usr/share/afterstep/start" >> a_OldStuff/.include > > or ... you could essentially renumber a shared folder like this: > > mkdir 9_Applications > echo "name Applications" > a_OldStuff/.include > echo 'include "/usr/share/afterstep/start/0_Applications" >> > a_OldStuff/.include > argh... yeah... that code is all typoed. :D Try these: for the first example... mkdir a_OldStuff echo "name Shared Menu" > a_OldStuff/.include echo 'include "/usr/share/afterstep/start"' >> a_OldStuff/.include and ... mkdir 9_Applications echo "name Applications" > 9_Applications/.include echo 'include "/usr/share/afterstep/start/0_Applications"' >> 9_Applications/.include n8 _______________________________________________ As-users mailing list As-users@afterstep.org http://mail.afterstep.org/mailman/listinfo/as-users