Session Folders

I've read posts here and there that lead me to believe the answer will be no, but I thought I'd throw it out there for a definitive answer before I give up.  Is there a way to point your session to a different folder for saving audio files?  I would like to have the session file in one folder and the media saved to a different folder.
Thanks for any answers you can provide.

You can save the session file and the media files to any folder you create.  But if you want them in different folders, I think you have to do that manually afterward with a cut and paste.  But why would you want to do that?  Isn't it safer and more convenient to keep everything in the same folder?

Similar Messages

  • CP Session folders in Temp folder

    Hi there.
    I've found around 17GB of files in the following folder on my PC:
    C:\Users\[username]\AppData\Local\Temp
    In the temp folder there's a bunch of folders titled things like "CP444421652158Session".
    Am I able to delete these folders to free up some space, or will it affect existing/future projects I work on?
    I use Captivate 7 on Windows 7.
    Thanks.

    Hi there
    I regularly clean my temp location and I've not seen any ill effects.
    (truth be known, I have a utility named CyberKiko DeleteMe that does it for me)
    But your mileage may vary.
    Cheers... Rick

  • Adding wildcards to an existing find folders macro?

    I found Michael Bauer's excellent find folders script early last summer and applied it to my Outlook 2010 at that time.** It's been a godsend, most esp. since it also has ability to activate the found folder.  It's super great and I'd like to take that
    into sublime by adding wildcards to before and after the spot where the user input text would go.  I can't figure out in the code how that would go, however.
    This is the FindFolder portion where I suspect adding a "prefix" and a "suffix" wildcard would make the user's life easier.  I remember I always ran into trouble in an Access solution until I added just such a thing.  Then the
    user only needs to worry about adding the search term they're concerned with and it'll work (currently, typing in a search term yields zero results even when one knows the folder exists.  And there is also no error message.)
    Public Sub FindFolder()
    Dim Name$
    Dim Folders As Outlook.Folders
    Set m_Folder = Nothing
    m_Find = ""
    m_Wildcard = False
    ' Name = InputBox("Find Folder Name (you must use wildcards, this does not search for parts of a folder without them):", "Search Folder")
    Name = InputBox("Find Folder Name:", "Search Folder")
    If Len(Trim$(Name)) = 0 Then Exit Sub
    m_Find = Name
    m_Find = LCase$(m_Find)
    m_Find = Replace(m_Find, "%", "*")
    m_Wildcard = (InStr(m_Find, "*"))
    Set Folders = Application.Session.Folders
    LoopFINDfolders Folders
    If Not m_Folder Is Nothing Then
    If MsgBox("Activate Folder: " & vbCrLf & m_Folder.FolderPath, vbQuestion Or vbYesNo) = vbYes Then
    Set Application.ActiveExplorer.CurrentFolder = m_Folder
    End If
    Else
    MsgBox "Not Found", vbInformation
    End If
    End Sub
    Earlier today I added the text to alert user to add wildcards but it would be better to add it into the code itself.  I commented that particular line out and put the regular line back in.
    Also, besides adding a prefix and suffix wildcard, if I can call them that, would there be a way to also add wildcards in between words???  Can that be included?
    What I mean is that say the user typed this into the search box:
    fiscal year end activities
    that Outlook would then search for this, instead, successfully:
    *fiscal*year*end*activities*
    Thank you!  Very much appreciated.
    Cheers.
    ** (I have this as listed source URL, but it doesn't give his name.  But I now there are quite a few references to the macro as it's posted a lot as a solution: 
    http://www.vboffice.net/en/developers/find-folder-by-name/?mnu=2&cmd=showitem).

    Oh, um, thanks, Eugene <sigh>.
    Thanks for everyone's advice re learning vba.  I've been slowly learning over the years but I've really been there and done that with all those "learn vba"" sites I've ever looked at.  One gets bogged down so very quickly. 
    You have to sift through so much, you see, and weed out what is relevant and what is not.  I handle other more intuitive scripting and macro languages just fine, it's vb that just has something that makes it tough.  I also have a full time job that
    requires an hour to 3 of unpaid overtime every workday for me to keep up (they don't have enough staff).  And this all takes away from the time I do have (though this is that important).
    This is a macro that impacts me all the time.  I'm trying to find a way to find things fast and reliably as the "new" Outlook's features are not as strong as they used to be to either navigate quickly around Outlook or to find things quickly
    and reliably.  I just need to find out syntax to allow me to add a wildcard before and after where the user would input text.
    <sigh>
    Have a good day, everybody.  Going to have to leave this for now and to try to remember to add the wildcards in myself every time I use it.  Also, hopefully my next google searches for this will provide me with more information and if I'm very
    lucky, actual example syntax.  Well, it does happen sometimes though the searching takes a long time.
    Thank you.

  • Does SES Index Personal Folders (.pst) Files?

    Does SES have the ability to index .pst files, either as part of a file content source or an email content source?
    If SES does not natively index .pst files, are they any plans to support this in SES versions?

    Hey JRV,
    we use DFSr and folder redirection and thats part of the prob! If we put all PST files to My Doc's, then DFSr is pretty much useless as it tries to replicate 8GB+ pst files.
    So the idea is to move them to a separate server(s) entirely. We are looking at a Vault solution, (Symantec), however this won't happen in the near future. By moving them to a separate server,
    outside of the user profile, we 'fix' DFSr and have an easily identifiable central location for PST files.
    So the script above works great insofar as it will move all connected archives to a specified location. You’re spot on as regards breaking it down into smaller parts. We’re not going to worry about user PST files that are not connected,
    just back them up to tape and restore as requested. (I hate PST files!)
    I have put echo’s into the script.. but I can’t figure out how to update a value in the array if the file names are the same.
    It reads all data files and add’s them to the array.
    What I’m trying to add is “if a file with the same name is connected then add it to the array with 1_ at the start of the file name. If further files are connected with same file name then continue to add to array with 2_, 3_, 4_, etc”.
    I know I’m asking a lot here.. but really struggling with this!
    For Each objFolder In objNS.Session.Folders 'all data files in outlook
     if not isEmpty(GetPSTPath(objFolder.storeid)) then 'filter out empty items
      'wscript.echo objFolder
      pstPath = GetPSTPath(objFolder.storeid) 'returns the PST file path in text
      redim preserve pstArray(counter)
      pstArray(counter) = pstPath
      counter = counter + 1
      pstInfo.add pstPath,objFolder
      errorDisplay ("Read Data Store")
     End If
    Next
    Thanks!

  • Read Outlook Email and Get Specific Content from Mail with PowerShell

    Hi Everyone,
    I would like to get full content value by searching in mail body with PowerShell but I stuck at one place in scripting and would required help from your side. Below is my script with description.
    #Connecting Outlook with below command
    $Outlook = New-Object -ComObject Outlook.Application
    # Now getting all folders info in variable (Shows Email, Calendar, Tasks etc)
    $OutlookFolders = $Outlook.Session.Folders.Item(1).Folders
    #Now connecting Inbox mails
    $OutlookInbox = $Outlook.session.GetDefaultFolder(6)
    #Now reading latest mail
    $latestmail=$OutlookInbox.items | select -last 1
    #Now calling email content and getting email content as output in html
    $latestmail.HTMLBody
    #below is output
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
    <HTML>
    <HEAD>
    <META NAME="Generator" CONTENT="MS Exchange Server version 14.00.0004.000">
    <TITLE></TITLE>
    </HEAD>
    <BODY>
    <!-- Converted from text/plain format -->
    <P><FONT SIZE=2><A HREF="https://test.abc.com/sys/servlet/ViewFormServlet?f
    orm=NTE%3aNotifier&server=sm.user&eid=NTS000299462947">https://test.abc.com/sys/servlet/ViewFormServlet?form=NTE%3aNotifier&server=sm.user&eid=NTS4556555
    294437</A><BR>
    <BR>
    Incident IND000008655308 has been assigned to your group 'Windows
    ADMINISTRATION'.<BR>
    Company: ABC<BR>
    Customer Name: XYZ<BR>
    Service Type: Infrastructure Event<BR>
    Priority: High<BR>
    SLA Resolve Target Status: Within the Service Target<BR>
    SLA Response Target Status:<BR>
    Reported Source: Systems Management<BR>
    *******************************************************************<BR>
    Summary: server1.abc.com: Average (5 samples) total cpu is now 100.0
    0%, which is above the error t<BR>
    <BR>
    *******************************************************************<BR>
    Notes: server1.abc.com: Average (5 samples) total cpu is now 100.00%
    , which is above the error threshold (100%)</FONT></P>
    </BODY>
    </HTML>
    # Now my target is to search incident number which is starting from IND* and server name (server1.abc.com). I tried below code but not getting value. Please help me to get these two values from email.
    $latestmail.HTMLBody -match "IND"
    #Output
    True
    #but not getting full that is IND000008655308.
    Please help me.

    Try this:
    if($latestmail.HTMLBody -match 'IND(?<x>\d+)\S'){
    $value='IND'+$matches['x']
    }else{
    Write-Host 'Not found'
    \_(ツ)_/

  • Firewall warning when launching Captivate 8 on a Windows 8 machine

    Just installed Captivate on a 64bit machine with windows 8.1.  I keep getting a firewall warning dialogue each time I launch the program.  How do I make it stop???

    I was having this same issue with Cp8 in Windows 7. I contacted TCS support and they helped me solve it for me. I asked if they would be willing to reply here with a link to download the fix, but they said "We don’t know, when we will be providing the link to the file, however we will be updating about the same on our forum and hopefully can come up with the link to the file shortly."
    However they don't have an issue with me posting it, so here it is.
    In C:\Program Files\Adobe\Adobe Captivate 8\SWF_Components\ws rename CivitWEb.exe to CivitWeb_bak.exe, or move it to your desktop.
    Download CivitWeb.txt from my Dropbox.
    Move the .txt version to the \ws folder above and change the .txt extension to .exe.
    Launch Captivate.
    Once I placed the file, I no longer got the firewall warnings, and no more buildup of cp session folders. I was also having an issue with browser previews not working, but this filefixed that too. They said that with this file in place, Edge Inspect preview wouldn't work, but it is working for me.
    Hopefully this will help others until Adobe has an official update or fix. I don't know if it will work with Windows 8. Of course this is at your own risk. Good luck.

  • Problems installing Illustrator CS2

    HI
    The problem I have is that when I try installing Illustrator CS2 it just will not install.  The installer goes through the install and it looks to be installing the program.
    When I check the program list everything is there except iIlustrator.  I dont receive any errors regarding a problem it just goes through the install and updates then finishes as though it has been installed.
    I have even looked in the programs list on the C drive (c:\Programe files\Adobe) and it isnt there.
    I watched this folder on install and it creates the Illustrator file but when the install has finished the file just vanishes???
    Can anybody Help me on this one please.

    Indeed weird. Unfortunately for CS2 no clean scripts exist, so you will have to try that manually. What I would do is to, try and move the installer database and the installer session folders (C:\Program Files\Common Files\Adobe\Installers, C:\Program Files\Common Files\Adobe\caps) out of the way, so the installer thinks nothing is installed yet. You may also need to download the Microsoft Installer Database Cleanup Utility and remove any instances of Adobe Setup 2.0 as well as other references to Adobe. Be extremely careful, though. For CS2, deleting some of those keys will create a royal mess and render your functioning installs useless, because it is tied in with the licensing and activation. So take it one step at a time. Short of that I have no clue, but you could check the installer logs (C:Program Files\Common Files\Adobe\Installers) or provide them here for inspection.
    Mylenium

  • XFCE4 is doing itself in?

    So XFCE4 is doing a number of interesting things tonight.  It all started when I clicked on the terminal icon in the lower defaultly-placed panel and the terminal didn't pop up.  Very interesting.  So I did a right-click on the desktop to bring up the XFCE menu and clicked panel there ... "Failed to execute default Terminal Emulator.  input/output error."  Whoa, what?  So then I thought I would run Terminal from "Run Program ..." in the XFCE4 menu.  It pops up with some classy Beryl ninja-like moves, but when I type anything into the box, it immediately disappears.
    I thought this was very strange.  The first thing I did was pacman -U xfce4, xgl, and beryl.  Didn't do anything.  pacman -Rs and pacman -U ... nothing either.  So then I thought I'd try launching XGL and Beryl as root because it has different settings as it is a different user.  It worked fine.  I figured something "interesting" happened to my data, so I mv'd my ~/.config/xfce4 and xfce4-session folders to xfce4_ and sfce4-session_ respectively.  I started XGL and Beryl under my normal user, tweaked it gently to the way I liked it again and it was fine.
    ... Until a few minutes ago when it happened again.  I decided to post this issue here.  The same thing has happened twice exactly the same way and I have no clue in the world what is affecting my GUI this way.  My computer is a brand-new laptop and I am almost certain that it isn't the hard drive,  I just got the XGL/Beryl setup going and I've noticed this problem since, so it may or may not be XGL or Beryl.  I figure it is though.  But even so, I don't know what to do to avoid this problem.
    Quite irritating to have to hackjob your way into a shell, you know?   Any ideas?

    Bizzare!  When I have a themed cursor set selected, I run into these problems, and when I select the default set (no theme), it operates normally!
    Wow ... I have never seen anything like this before.  I have no idea why it would be affecting this part of the system.
    The other thing is that the cursor themes aren't presented when set, even after the window manager is restarted.  I'm going to try a few things and get more knowledgable about this situation.  As for now, I'll call it a bug ...

  • HELP ! DELETED FILES On External Hard Drive

    Hello,
    I'm going crazy - I replaced/deleted files during a back-up.
    I have a G5 2.5 (Tiger OS10.4.9) with 2- Glyph GTO50-250 firewire external Hard drives. *I only use the computer for audio recording* using Pro Tools LE 7.4. One hard drive is the recording drive(Drive 1) and the other is the back-up drive(Drive 2).
    I accidently reversed my back-up process and replaced(not copied) folders on my main recording hard drive(Drive 1) with older back-up folders from my back-up hard drive(drive 2) during the back-up process. I lost current session folders and now only have older back-up sessions versions.Since I did this, I have left everything on, the computer,hard drives, everything.
    Is there any way to recover the files that I replaced on the external recording hard drive(Drive 1)?
    Any help would be greatly appreciated!
    Thank you

    *I select replace.
    Ouch.
    As for the rewriting of the file, it is possible that the actual physical sector is different, though directory scavenging won't find the old files due to the name of the replacement being the same.
    Data Rescue II can be run in a free demo that will allow you to see what is recoverable.
    The files may be there,, but then again, maybe not.
    If it were me, I'd try the demo and look through all the files that it pulls.
    You might get lucky.
    You'll need a large (about double capacity) hard drive to use as a location for the recovered files and scratch.
    If the data is irreplaceable, a data recovery service may be able to recover it, but will require sophisticated, expensive recovery techniques.
    Good luck!

  • Firewall exception each time Captivate 8 is launched

    Every time I launch Captivate 8 I get a Windows Security Alert asking me to add an exception to my Windows Firewall for Captivate. The details of each exception point to a location inside my appdata\local\temp directory.
    C:\users\mstephens\appdata\local\temp\cp3916420360387session\cptrustfolder3916420360387\ad obecaptivatews
    C:\users\mstephens\appdata\local\temp\cp8020420386985session\cptrustfolder8020420386985\ad obecaptivatews
    C:\users\mstephens\appdata\local\temp\cp11584515494399session\cptrustfolder11584515494399\ adobecaptivatews
    I have the main executable added as an exception already but I get the prompt for new temp folders on each launch.

    I was having this same issue with Cp8 in Windows 7. I contacted TCS support and they helped me solve it for me. I asked if they would be willing to reply here with a link to download the fix, but they said "We don’t know, when we will be providing the link to the file, however we will be updating about the same on our forum and hopefully can come up with the link to the file shortly."
    However they don't have an issue with me posting it, so here it is.
    In C:\Program Files\Adobe\Adobe Captivate 8\SWF_Components\ws rename CivitWEb.exe to CivitWeb_bak.exe, or move it to your desktop.
    Download CivitWeb.txt from my Dropbox.
    Move the .txt version to the \ws folder above and change the .txt extension to .exe.
    Launch Captivate.
    Once I placed the file, I no longer got the firewall warnings, and no more buildup of cp session folders. I was also having an issued with browser previews not working. That issue was solved also. They said that with this file in place, Edge Inspect preview wouldn't work, but it is working for me.
    Hopefully this will help others until Adobe has an official update or fix. Of course this is at your own risk. Good luck.

  • Disk First Aid Not Repairing Drive

    I need to fix an issue with my external firewire drive and I need to know why Disk First aid won't repair the problem.
    I have an IMac CoreDuo 20" 2GB RAM, 250GB Internal drive and 250GB External firewire drive (this one has the issue)
    I executed a restart on my Mac tonight and when it came back up I recieved an Invalid B-tree node size on both partitions on the external firewire drive. Can your software fix this problem? The volumes won't mount, but Disk First Aid will see them.
    Disk First Aid reports:
    Verifying volume “disk2s3”
    Checking HFS Plus volume.
    Invalid B-tree node size
    The volume needs to be repaired.
    Error: The underlying task reported failure on exit
    1 HFS volume checked
    Volume needs repair
    Verifying volume “disk2s4”
    Checking HFS Plus volume.
    Invalid B-tree node size
    The volume needs to be repaired.
    Error: The underlying task reported failure on exit
    1 HFS volume checked
    Volume needs repair
    Ran disk first aid. Results above. TechTool Deluxe won' t look at the external drive. The Pro version of the software repairs external drives, but their site doesn't state whether you can fix Invalid B-tree node size errors. Formatting and starting over is not an option. I have data on their in which I captured last week on a business trip and was going to back it up tonight and ironically, this happened before I could.
    I can't figure it out though. The drive didn't go through any crash or serious outage. I simply told my Mac to restart and this error appeared on reboot. I just switched to Mac as my main system about 8 months back. I have been using PC's for 20 years and never ran into a problem like this. It really concerns me that Mac file systems aren't reliable and if can't repair this, I will need to rethink whether I want to keep a Mac as my main system.
    Can someone help me with this? I sure like using Mac and hope there is a simple solution to this.
    I have tried booting from the Mac OS X cd as per Apples recomendations, but with no luck. I did use a trial copy of Data Rescue II just to see if it could see my data and it can, so I do have hope that this should be resolvable.

    You won't believe what I had to do to get back some of my files, but here goes the explanation.
    As I mentioned earlier, I used TechTool Pro 4.5.1 with no succes. I also used a tool called Drive Genius from Prosoft Engineering and it was not successful either. I did get some more error information when trying to repair the partitions with Drive Genius. Here are the messages I received:
    Error : Invalid HFS+ signature found in the volume header (0000 - (n).
    Error : Invalid HFS+ version number in the volume header (0).
    Error : Invalid HFS+ total block count found in the volume header (0).
    Error : Invalid HFS+ resource fork clump size found in the volume header (0).
    Error : Invalid HFS+ data fork clump size found in the volume header (0).
    Error : Unable to get the HFS+ volume header.
    My only other option was to purchase Data Rescue II from ProSoft Engineering and attempt to recover the files I needed. I had a bunch of recordings I had made with ProTools that I had not had a chance to backup to another location yet.
    It took a couple hours for the scanning processes and then the files were listed to recover. I selected the session folders and told it to recover. The file s were copied to my local hard drive and I was getting excited, until I tried to open one of the files. The wave files would not play and the PorTools session files wouldn't open. I was very frustrated since the file sizes seemed to be in line with the files were on the original drive.
    What I ended up doing was, using Text Edit, I opened a known good .wav file that was created with ProTools and one of the recovered files that wouldn't play and compared the headers. It appeared that the recovered file had the data portion, but not the header. I copied the header from the good file and pasted it into the recovered file and saved it.
    Was I surprised when the file played. Now, most of the .wav files I have done this with work with no problems at all. A few of the files have bad spots (bits) that added distortion to the clip, but I was able to import the files into ProTools and edit them out. It appears that the bad spots were additions to the file and did not overwrite any thing. So I just cut them bad spots out and I am going about my business again.
    The bad new is I will be spending most of this weekend manually restoring these files. The good new is that I will get them all back. There has to be an easier way to do this though.
    In Summary, the problem is not with the physical drive as a thourough drive scan says that the hardware and drive is okay. The problem lies in the Apple file system (HFS+) itself.
    I sure hope this information helps someone out there. If anyone finds an easier way to fix this, please post it here and let everyone know.

  • How to Archive Encore CS4 Project?

    How to Archive Encore CS4 Project?
    The goal is to archive the minimum number of files necessary to restore an Encore project. I would let Encore regenerate configuration and transcode files. The Encore project would use dynamic links to Premiere sequences. I would not want to delete anything which would prevent me from immediately building a DVD once the assets were transcoded.
    I believe you can delete the
    1) "cache" folder
    2) "Sources\Transcodes" folder
    Do not delete the
    1) "Sources\Menus" folder since it has the menus
    The "Sources" folder contains numerous "xxx_ses" folders. It is unclear if deleting them causes problems.
    It is unclear what the "Sources\Video" folder does.
    Thanks in advance.

    Encore has no archiving features, so you would be taking some risk here as manually archiving Encore projects is not a supported workflow.
    If you're OK with taking on the risk, then yes, you can delete contents of the cache and Sources\Transcodes folders. You can also delete all the session folders, as long as you are not re-using assets in the project. If you are not using the menus in the project, you can also delete the contents of Sources\Menus.
    I believe that Sources\Video contains rendered slideshow transitions, but I could be mistaken. What do you have in it?

  • Logic 8 bounce issue - anyone ever see this?

    Whats up everyone? Has anyone ever experienced this issue before in Logic 8 pro?
    I finished a track and bounced it then decided to move the session folder onto a external hard drive away from its original location ( my desktop) I decided later on to go back to that original session and make a change then rebounce the track. The session looked as if it was bouncing but then the final mp3 & wav where corrupt. I guess you can say I learned my lesson ( never move session folders)
    Has anyone ever seen or experienced this before? Any suggestions would be greatly appreciated.

    Hi,
    Well, still the first thing that springs to mind is pilot error... you should set out to replicate this result, or at least from now on make sure you oversee and doublecheck every step of the process. Include the name or a unique acronym of the client or something to avoid having different files with identical names.
    regards, Erik.

  • Error while uploading multipile files to C folders in the same session

    Hi,
    I am uploading a file to my C folders. For the very first time I was able to upload my  file to C folders
    But from thenext time I am getting the following error
    Object <i>4B54244D53F400EAE10080000A140013</i> of type <i>Folder</i> no longer exists.
    If I refresh my Webdynpro application I was again able to upload the documents
    Could any one please help me what might be the issue.
    Regards

    Thank You .....For the Ans.
    But I guess It is the Prob with Auth

  • Can we Hide Measure Folders from a Read Only Session?

    Hi ,
    I have implemented security on my workspace by scoping the dimensions and hiding the cubes.It worked.
    For hiding measure folders, i did similar to hiding of cubes, but it did not work. It threw an error message :
    ERROR: (ORA-34706) ACCOUNT_BW.MEASUREFOLDER is not a valid XPRO_OLAP_NON_AGG.OLAP_NON_AGG!ALL_CUBES.
    Iam cannot understand why the OLAP DML is checking a measurefolder in ALL_CUBES .
    Can anyone help ?
    Sample code of Hiding cubes is below.
    Thanks,
    Chakri
    HIDING_MEASUREFOLDERS
    vrb _mfldlist text
    vrb _mfld text
    vrb _hidemfld text
    trap on error
    "Initialize
    oknullstatus = yes
    permiterror = no "Do not throw error when attempting to access scoped data
    limit all_measurefolders to all
    SQL DECLARE c2 CURSOR FOR -
    SELECT distinct cube_name FROM xpro_wh.cube_access -
    WHERE user_profile in ( select to_char(xpro_stage.fn_get_vpd_profile -
    (substr(xpro_stage.fn_get_connected_emp_id,3))) from dual) -
    and expression = 'MEASUREFOLDER'
    if sqlcode eq -1
    then show sqlerrm
    sql open c2
    sql import c2 into -
    :_mfld then <_mfldlist = joinlines(_mfldlist,_mfld)>
    if sqlcode eq -1
    then show sqlerrm
    SQL close c2
    SQL CLEANUP
    "Find all the objects that are measures (has the AW$MEASUREDEF property) and is not a permissible cube
    limit all_measurefolders to _mfldlist
    limit all_measurefolders complement
    "Strip the '.MEASUREFOLDER' from the name of the measurefolders
    hidemfld = changechars(charlist(allmeasurefolders), '.MEASUREFOLDER', '')
    "Find all the measures in the cube
    "limit name to obj(hasproperty 'AW$MEASFOLDERDEF') and inlist(_hidemfld, obj(property 'AW$MEASURE_LIST'))
    limit name to obj(hasproperty 'AW$MEASFOLDERDEF') and inlist(_hidemfld, obj(property 'AW$LOGICAL_NAME'))
    for name
    do
    cns &name
    property 'AW$ROLE' NA
    " property delete 'AW$ROLE'
    " property delete 'AW$MEASUREDEF'
    permit read when false
    doend
    alldone:
    return true
    error:
    return false

    Actually, their should be an easier way - my brain wasn't in full gear yesterday.
    Select the file/folder(s) you want to make aliases for and then hold down the command and option key at the same time. Now drag the files/folders to where you want the aliases to be, and hey presto!
    Slightly easier than the method I mentioned earlier

Maybe you are looking for