Make New Folder

Hi all,
How i can new folder on other system by ip. My system ip like this 20.20.20.84 but i want make new folder this ip 20.20.20.86. You have any Java/Apple script for this.
my both mac connf. Mac OS X 10.6.8
thank you so much
Regard ~Mac1522~

I agree it may not be possible, but again I'm reeading between the lines to presume if the OP wants to create a folder on another system he has a method for logging on to that system.
I run peer-to-peer with my various desktops and laptops here, and I can set them up to allow me to have access anywhere inside my network, but no, you wouldn't be able to get in and create folders from outside my network without my permission (which you ain't going to get, even though we are buddies )

Similar Messages

  • Move up one level in path and make new folder

    How do I get applescript to make a new folder one level up from myFolder i.e.
    set myFolder to ¬
    (choose folder with prompt "Where are the image files for which you want to change exif data ?") as reference
    make new folder at myFolder with properties {name:"Gallery JPEGs"}
    makes a new folder inside myFolder, but how do I tell it to move up one level from myFolder and make a new folder?
    Thanks.
    Pedro

    You can use statements such as the following ones:
    *tell application "Finder" to make new folder at container of myFolder with properties {name:"Gallery JPEGs"}*
    or
    *tell application "Finder" to make new folder at container of container of myFolder with properties {name:"Gallery JPEGs"}*
    and so on…
    And if you want the folder “myFolder” to be contained by the folder “Gallery JPEGs”, use the following statements:
    *tell application "Finder"*
    *make new folder at container of myFolder with properties {name:"Gallery JPEGs"}*
    *move myFolder to the result*
    *end tell*
    Message was edited by: Pierre L.

  • How do u make new folders in mail when I press edit only move delete or mark comes up nowhere can u make new folder

    I can't make new folder in mail on my normal acc or icloud

    If you are in desperation for folders you could set up an imap account such as Gmail or Hotmail, create whatever folders you want, add the account to your iPad, send the emails you want to categorise to your new email address and manage them from within. You could also consider gradually making the new email address your future one thus eliminating the need to be always forwarding and thus creating duplicates in a sense. Might be a bit clumsy but it is a work around!

  • Tell AS to make new folder one level up

    How do I get AS to make a new folder one level up from myFolder i.e.
    set myFolder to ¬
    (choose folder with prompt "Where are the image files for which you want to change exif data ?") as reference
    make new folder at myFolder with properties {name:"Gallery JPEGs"}
    makes a new folder inside myFolder, but how do I tell it to move up one level from myFolder and make a new folder?
    Thanks.
    Pedro

    "AS?" What's that?
    myFolder? What application are you using? I think you are in the wrong forum.
    Shane

  • Make.New.Folder [JS] (mac1522 is old) my new id (mac152207)

    Hello Sir, (Bob Levine, Peter Spler, Jongware)
    I am really sorry about this. I am forgotten my password so i am using new id.
    My question Make new folder other System it is not part of (by) indesign. Its is part of automation. I have all system (IP, Users name, password). Sir my job is create proper folder structure one by one my colleague system. So i want need your help.
    My old query =>
    Hi all,
    How i can new folder on other system by ip. My system ip like this 20.20.20.84 but i want make new folder this ip 20.20.20.86. You have any Java/Apple script for this.
    my both mac connf. Mac OS X 10.6.8
    thank you so much
    Regard ~Mac1522~
    Thank you so much
    Regard. mac152207

    To make a new folder you need to provide a colon delimited string as an alias with a name property something like:
    make new folder at alias "AP0015:Produce:Fruit" with properties {name:"Apples"}
    which would make a folder named Apples inside a folder named Fruit inside a folder named Produce on AP0015
    Here's a commented script which should work:
    tell application "Finder"
      --set a time out in case the server is not available
              with timeout of 20 seconds
                        try
      mount volume "AP0015" on server "20.20.20.74" as user name "AP0015" with password "abc"
                        on error
                                  display dialog "AP0015 is not Online"
                        end try
              end timeout
      --the path to the folder where the new folders will be created
      --in this case it's the root of the AP0015 server
      --the path to the destop would be "AP0015:Users:AP0015:Desktop:"
      --don't forget the colon at the end of the string
              set baseFolder to "AP0015:"
      --the name of the new container folder
              set bfName to "New Jobs"
      --a list of the sub folders to create
              set subfolders to {"Art", "Font", "MSP", "Sample", "Version_01", "Xml"}
      --make the container folder if one doesn't already exist
              try
      make new folder at alias baseFolder with properties {name:bfName}
              on error
                        display dialog "A Folder at " & baseFolder & " named " & bfName & " Already Exists"
              end try
      --loop through the sub folder list and make the subfolders
              repeat with i from 1 to number of items in subfolders
                        set subname to item i of subfolders
      make new folder at alias (baseFolder & bfName) with properties {name:subname}
              end repeat
    end tell

  • Can't make new folder in FireFox Bookmarks

    When in FireFox I go to Bookmarks -> Organize Bookmarks -> Bookmarks Menu -> Organize -> New Folder and make new bookmark folder, it appears. Then, I move some existing bookmarks into it.
    Logout FireFox, start it again. This bookmark folder is absent.
    What's wrong?

    Hi Ang,
    Sorry, I couldn't try your script until I got home from work today, and.... it works. (Thanks... I'll mark my question "answered").
    Now what puzzles me is why this works when the simpler form did not.
    Some extra info: If I used Script Editor to record a script in the Finder to create a new folder, this is what I got before I ran your script:
    <pre>
    activate
    select window of «class desk»
    make new «class cfol» at «class cfol» "Desktop" of «class cfol» "brendan"
    of «class cfol» "Users" of «class sdsk» with properties {name:"untitled folder"}
    </pre>
    But now, after running your script, the original script now works!! I'm completely bamboozled.... but well done anyway.

  • How to make New Folder command available as No as the default value for document libraries

    Hi, is there a way to make this option as No as the default value instead of Yes, for all new document libraries? Perhaps with a powershell command for an entire site collection?

    Hi Cartin,
    I would suggest to create a library template of an empty library with this settings as NO. Use this template for creating new libraries.
    For updating existing libraries you can use:
    $Site = Get-SPSite http://Site
    $ListName = "library Name"
    $Site | Get-SPWeb | ForEach-Object {
    $List = $_.Lists[$listName]
    $List.EnableFolderCreation = $false
    $List.Update()
    $Site.Dispose()
    You can modify the above script for you need.

  • How can I make a new folder from the save as window in photoshop cc?

    Did I set something wrong in my preferences? There used to be a box in the lower left had corner to make new folder?

    cmd-shift-N gives me a new layer on a Mac  OS 10.10.2

  • LR 4 & 4.1 can't create new folder manually during photo import

    Windows 64, i7, 12GB RAM
    I don't seem able to create a new folder manually on photo import.  This still works fine on the same PC with LR3.6.  Anyone else seeing this?  Thanks.

    I've sometimes found the 'Make New Folder' option to be a bit hit and miss on Win7....so I generally avoid it. In your case, wouldn't it be easier to have Lightroom create the folder for you by setting up your Destination panel as follows:
    Obviously the selected target parent folder in your case would be "Photos Working Folders", use "Organize: Into One Folder", tick the Into Subfolder box and enter the name of the sub-folder you want, e.g. raw0015. As you can see, if the sub-folder doesn't yet exist, Lightroom then shows you that it will be creating it for you.

  • Can't find file in new folder?

    I'm writing a script that exports some data from Excel then opens the file in TextWrangler to do a find & replace. The first part of the script checks to see if there's a Folder called "Output" on the desktop, if not create the folder.
    If I run the script and the "output" isn't on the desktop it does create folder but the script errors with: "Can't make <class cfol> "Output" of <class cfol> "Desktop" of <class cfol> "user" of <class cfol> "Users" of <class sdsk> od application "Finder" into type list, record or text.
    But if I run the script with the "Output" folder already created it runs as expected.
    Any ideas??
    Here's my code:
    set OutputFolder to "Output"
    --set DefaultFolder to (path to documents folder as string) & "My Stuff:User Lists:" as alias
    (* Keep exported CSV file? *)
    set deleteCSV to true
    set targetFolder to (path to desktop folder) & OutputFolder & ":" as string
    try
    get targetFolder as alias
    on error
    tell application "Finder"
    activate
    set targetFolder to make new folder at (path to desktop folder) with properties {name:OutputFolder}
    end tell
    end try
    (* Select Users to Export *)
    set ExcelDocument to choose file with prompt "Please choose User List." without invisibles
    (* Open Users in Excel *)
    tell application "Microsoft Excel"
    open ExcelDocument
    activate object sheet "PC Information"
    set f_path to targetFolder as string
    --get sheet name
    set Nameofsheet to name of active workbook
    -- remove file extension
    set Nameofsheet to name of active workbook
    if text -4 of Nameofsheet is "." then
    set Nameofsheet to (text 1 thru -5 of Nameofsheet)
    end if
    -- save with new file name as CSV type
    save active workbook in f_path & Nameofsheet & " PC" & ".csv" as CSV
    -- close the sheet
    set CloseSheet to active workbook
    set saved of CloseSheet to true
    close active workbook
    end tell
    (* Find and Replace *)
    set file3 to alias f_path & Nameofsheet & " PC" & ".csv" as string
    tell application "TextWrangler"
    open {file file3} with LF translation
    replace "\\t" using "," searching in text 1 of text document 1 options {search mode:grep, starting at top:false, wrap around:false, backwards:false, case sensitive:false, match words:false, extend selection:false}
    replace "\"" using "" searching in text 1 of text document 1 options {search mode:grep, starting at top:false, wrap around:false, backwards:false, case sensitive:false, match words:false, extend selection:false}
    set properties of text window 1 to {show invisibles:true}
    set properties of text document 1 to {line breaks:DOS}
    --save text document 1
    save text document 1 to targetFolder & Nameofsheet & " PC" & ".txt"
    close document 1
    end tell
    (* Delete CSV file? *)
    if deleteCSV is true then
    do shell script ("rm " & (quoted form of POSIX path of file3))
    end if
    (* End *)
    tell application "Finder"
    activate
    display dialog "The Group " & Nameofsheet & " has been exported."
    end tell
    eMac 1.25GHz (Tiger) & G5 Xserve (Tiger)   Mac OS X (10.4.5)  

    Hi Ben
    In the case when your script creates a new folder, you're changing the variable targetFolder from a path (as string) to a Finder item. Excel needs the path.
    set targetFolder to (path to desktop folder) & outputfolder
    -- targetfolder is a string at this point
    --snip
    --the alias targetfolder doesn't exist, so:
    tell app "Finder" to set targetfolder to make new folder at desktop with properties {name:outputfolder} -- targetfolder is now a Finder object, not a string or an alias
    -- snip
    -- a bit later:
    tell app "Excel" to do things to targetFolder
    --Excel doesn't speak Finder, you get the error.
    As far as I can see you don't need to use the variable targetFolder for anything other than the string, so all you should need to do is:
    tell application "Finder" to make new folder at desktop with properties {name:outputfolder}
    The variable targetFolder doesn't get changed, and Excel will still understand it.
    Hope this helps,
    H

  • Creating & Bootstrapping a new Folder.

    At our design firm, we use an inhouse naming convention for organizing jobs. jobs are found in Clients/ClientName/CN100/ CN being short for the Client's name and the job number). We make these folders a lot, and have to add the required subfolders by hand (Clients/ClientName/CN100/_concepts, _images, _print, etc.) and I was trying to set up an automator action to ask the user which client folder to create the job folder in, ask for the job number, and then create a job folder with the number with the subfolders already in place. Workflow would look like this:
    Choose a Client's Folder
    Ask for the Job Number
    Create a folder named the Job Number provided
    Create subfolder in that job folder for:
    _concepts, _print, _PDFs, _previousVersions, _images
    I can kind of do it with therecord feature, but it's kind of slow. The "Ask for Finder Items" doesn't give me a vriable to work with as a path for new folders.... any thoughts?

    this is very easy to do with a "run apple script action" but you can actually do it without any apple script using just automator variables.
    it should go something like this:
    1. get selected finder items (or ask for finder items). this will choose a client's folder.
    2. set value of variable "client's folder" (add a variable to the workflow for that)
    3. make new folder. (control-click on it and select "ignore input"). In this action click on options and check the box "show this action when the flow runs".
    For the location where to make this folder drag the variable you've just made. when the flow runs it will give you a popup to enter the name of the folder to be created. enter the job's number.
    4. set value of variable "job folder" ( make another variable for that) and it will be set to the output of the previous action.
    5. make new folder (again check the box to ignore input). for the location put the variable "job folder" and for name "_concepts".
    6,7,8 make new folder actions for trhe other subfolders of the "job folder".

  • Apple Script won't create new folder

    Hi all,
    First of all, let me explain that in no particular way I am any good with applescript. I find it confusing at the best of times. I've got a bit of code that will check to see if a new folder is created in a specific location. If a new folder is created, then it will copy the name of the folder and create a new folder with the same name in a different place. The reason for this is that I separate my file types (I'm a photographer) and I keep my RAW files in one folder, my PSD files in another, my JPEGs in another and so on. The current code I have worked up until I installed Yosemite as well as Server on my mac mini. Here's the code:
    on adding folder items to this_folder after receiving added_items
         set p to POSIX file "/Volumes/Projects/1. Raw"
         try
              tell application "Finder"
                   repeat with item_ in added_items
                        if kind of item_ is "Folder" then --if its a folder then make another in Ra
                             make new folder at p with properties {name:item_}
                        end if
                   end repeat
              end tell
         on error
              display dialog "Error occurred"
              return
         end try
    end adding folder items to
    The action is set to the JPEG folder, where an application automatically adds a folder (for this example, I'll use "z. test").
    z. Test is detected in the JPEG folder, and then the folder is replicated across to the other separating folders ready for when any new files are added. Trouble is, the error occurred dialog box shows up. I have the appropriate permissions for the hard drives that the folders reside on, and are replicated to the subfolders too.
    Is there anyway of finding out what the error is that's occurring? Or am I missing something since upgrading to Yosemite/Server? Any help would be most appreciated!
    Ian
    Th

    Hi,
    You can't rename an item with an object (the item_  is an object of type alias), use the name of item_
    To know the error, use the parameter in on error block.
    Try this :
    on adding folder items to this_folder after receiving added_items
        try
            set p to "/Volumes/Projects/1. Raw" as POSIX file as alias
            tell application "Finder"
                repeat with item_ in added_items
                    if kind of item_ is "Folder" then --if its a folder then make another in Ra
                        set tName to name of item_
                        make new folder at p with properties {name:tName}
                    end if
                end repeat
            end tell
        on error err
            activate
            display dialog "Error occurred : " & err
        end try
    end adding folder items to

  • "new folder" to my current location workflow

    hi, I'm brand new to Automator and am looking fro some help trying to do what i want. I need to create the same set of new (empty) folders in multiple locations. Trying to use Automator so i don't have to make 5 new folders and rename each one. (I'll be doing a few hundred of these). Ideally i'd like Automator to do this based on the folder that i'm in. Is there anyway to set the destination for the make new folder action to my current location?

    ok. sort of nevermind my last post. i figured out that i have to enter the name of the folder that i want the new folders to go into in the "New Text Variable" field. However this kind of defeats the purpose of what i'm trying to do because i'd like to put a set of new folders into many different existing folders with different names. is there a way to call up an easy prompt to enter that different text, so i don't have to have automator running, or as i was originally hoping, a way to point to the currently selected folder without having to enter it's name.
    still pretty confused but it's getting better

  • Need help in creating multiple sub folders in new folder

    hi all,
    need to seek some expert advise.
    i need to create an automator work flow as once launch, it will show a dialog asking user for the new folder name to be created, and asking user how many sub folders to be created.
    i have done the following and got stuck...
    requirement is user ket in foldername upon dialog for example "test" and no of sub folders to create exp "5"
    it will create a folder call "test" on desktop n 5 subfolder as: test1 , test2, test3, test4, test5.
    Apple script

    Automator gets a bit unweildy when trying to vary things outside of what the actions provide.  Since you are already using an AppeScript in your workflow, might as well do the whole thing:
    set baseFolder to (path to desktop) -- the location to create the folder
    display dialog "Please provide a new folder name:" default answer "test"
    set folderName to text returned of the result
    repeat -- keep repeating until a number is returned
      display dialog "How many subfolders?" default answer "5"
      set theNumber to text returned of the result
        try -- test the result
          set theNumber to theNumber as integer
          exit repeat -- success
        end try
    end repeat
    tell application "Finder"
      try -- make new folder
        set newFolder to (make new folder at baseFolder with properties {name:folderName})
      on error number -48 -- skip errors if the folder is already there
        set newFolder to ((baseFolder as text) & folderName) as alias
      end try
      repeat with X from 1 to theNumber
        try -- make new subfolder
          make new folder at newFolder with properties {name:folderName & X}
        on error number -48 -- skip errors if the folder is already there
        end try
      end repeat
    end tell

  • Applescript to create subfolders in a new folder

    Hi there,
    I have a bit of programming experience, but none with Applescript.  I've tried to see if I can find someone else looking to do something similar, but so far haven't been able to.
    Anyways!  I am wanting to create an AppleScript --> Folder Action that will watch a folder, say, folder "ABC".  Anytime a new folder is created within "ABC", let's call it "XYZ", I want the script to create a series of predetermined folders within "XYZ".  Sounds simple enough, right?
    Any help would be greatly appreciated.  Thanks!
    Justin

    Ok, so the "More Like This" thing on the right did a better job of searching than I did...
    I managed to find something similar enough to what I was looking for.  Here's what I came up with:
    property folder_names : {"Folder One", "Folder Two", "Folder Three"}
    set thepath to "Macintosh HD:Users:justin:Desktop:test"
    set project_name to text returned of (display dialog "Project code?" default answer "")
    tell application "Finder"
              set main_folder to (make new folder at thepath with properties {name:project_name})
              repeat with this_name in folder_names
      make new folder at main_folder with properties {name:this_name}
              end repeat
              set current view of container window of main_folder to list view
    end tell
    You would think that after how ever many years of searching I would have been able to find this earlier!

Maybe you are looking for

  • Iphone sync is making me crazy how can I get data to and from my iphone without syncing?

    I'm a pc user and i'm sick of the iphone sync process jacking up my life when I decide to reinstall windows and the old itunes data is no longer there. how can I etup my iphone to not have to sync but transfer data to and from it like an android?

  • How To Make a Used Graphics Workstation More Attractive?

    I'm in the process of upgrading to a more powerful workstation, and once I switch over I'll be putting the one I am using now (a Dell Precision T5400) up for sale on eBay. My current machine is no slouch.  It a dual quad core system and even by moder

  • Portlets for e-mail integration?

    During OOW2000, Oracle-staff giving presentations mentioned the development of portlets for integration with e-mail systems (like Lotus Notes and Microsoft Exchange). Technical staff at the campgrounds said that this functionality was close to releas

  • SOAINFRA UNKNOWN State

    Hi, Have a clustered environment in which SOAINFRA(managed server) goes into unknown state once in every 5-6 days. Weblogic Server will still be in running status but both the SOA manage servers show the state as UNKNOWN Checked the nohup.out file bu

  • Displaying SQL result in data grid

    I'm trying to access a local DB file using an Air app. I can successfully create the connection and connect; what I'm really stuck on is displaying the data from my request in a Data Grid. Using this code I can see my records in the console, but how