ashSetSpace(2); id = ashAddMenu(0, 'Ash'); ashAddFolder(0, "Applications", "c:\\app_links"); id = ashAddLua(id, 'quit', 'ashQuit();'); id = ashAddSpecialFolder(0, 'Desktop', 'desktop'); id = ashAddMenu(0, 'Drives'); ashAddFolder(id, 'c:\\', 'c:'); ashAddFolder(id, 'SHARE', 'x:'); ashAddFolder(id, 'tmp', 'z:'); ashAddFolder(0, 'Home', 'c:\\home\\USERNAME'); ashAddFolder(0, 'Webroot', 'c:\\webroot'); ashAddFolder(0, 'Multimedia', 'c:\\multimedia');