How to rename filename

Please tell me how to rename a text file in form (6.0i) without using host command.
It's because there are some problems to use host in WIN2000 environment and the filename is restricted to 8.3 format.
Thanks.

Yes it is very true that in WIN 2000 there is a problem of 8.3 fromat.
You can use Windows System Interface routines
Win_Api_Utility.Copy_File routine
for eg.
Win_Api_Utility.Copy_File(v_file_chosen,fname_to_copy,true,false);
Here v_file_chosen is source filename with full path
and fname_to_copy is destination file name .
In this API you can find out other function also.
For that u need to attach d2kwutil.pll file in ur forms.
Find it out in ur system if not there let me know i ll mail
this file u across.

Similar Messages

  • How to rename converted AAC filename using Nokia M...

    I'm using Nokia 3110. I encounterd some issue about the mp3 music fail to playback due to require activation code on my Nokia 3110 phone. I managed to overcome the activation code problem by using Nokia Music Manager. I just do not understand why this issue happen??? Because some of the songs from the same CD album do not have this activation code issue. FYI. I purhcase original CD.
    Second issue i'm still figuring is about how to rename AAC song as per my desire. The default file name after converted to ACC using Nokia Music Manager is 01-.AAC. I did try to rename it using Nokia Music Manager. But, once it downloaded to the phone. It still display the "original" file name, which is 01-.AAC. Please assist.
    Third issue is about the album information. How does Nokia Music Manager categories or get the "correct" album information? Some of the song name is incorrect after downloaded to the phone.
    from Music Lover

    Not come across the activation code issue at all.
    To stop the track number appearing in the file name:
    - open Music Manager (Transfer music option in PC Suite)
    - click Options .. Settings
    - unset the "Add track number to the file name when ripping content from CD" option
    You'll have to re-rip all your music again, though.
    If you don't want to do this, I'm sure there are tools around that will let you edit the track information in the file - try a search on this board or google.

  • How to rename a file in Application server

    Hi All,
    Here I have a issue with  the present file which is being generated in application server.
    Before the completion of the file the EDI tool is extracting the file from the app server.So here I would like to generate the file with a temp name and then rename to the actual file name which EDI recognises and fetches.
    Please correct me If I am wrong and let me know how to rename the file in application server.
    Thanks,
    Vijay N

    you can try using unix command , if your application server is unix.
    use move command
    mv   <source>  <target>
    REPORT ZUNIX line-size 400
                    no standard page heading.
    data: unixcom like   rlgrap-filename.  
    unixcom = 'mv file1 file2'.
    data: begin of tabl occurs 500,
            line(400),
          end of tabl.
    data: lines type i.
    start-of-selection.
      refresh tabl.
      call 'SYSTEM' id 'COMMAND' field unixcom
                    id 'TAB'     field tabl[].
    or else you can open dataset/ read the dataset and move it to another file and delete the old file.

  • How to rename printer?

    How to rename a printer? I know it's simple but I can't figure it out. Thanks all.

    That seems to have changed a little bit going from Tiger to Leopard.
    In Tiger, you gotta launch /Applications/Printer Setup Utility, single-click on printer of interest, then click on "Show Info" icon in toolbar. Select "Name & Location" from pull-down menu.
    You can get to Printer Setup Utility from Sys Prefs | Print&Fax printing panel then SINGLE-click on the printer entry to select/highlight then click on Printer setup button (double-clicking on the printer entry here just launches /Users/saginaw66/Library/Printers/{printer}.app where you can get status of active and completed jobs but can't change name from there).
    You might also want to pay a visit to /Users/saginaw66/Library/Printers in the Finder and rename the application, too. On mine (running 10.4.10), even though you changed the printer name in Printer Setup Utility and that change is reflected in Sys Prefs | Print&Fax and in the print dialog box of active applications, it was not updated in the actual filename in Finder.

  • How to rename pictures????

    Hi yall,
    New to macs and iPhoto, I have nearly 2k pics that I have imported into iPhoto and now can't figure out how to rename them. Please help

    You can rename the titles (which are defaulted to file names) but you can't rename the filenames without creating a new library, renaming via some third-party batch-renaming utility or manually in the Finder, and reimporting.
    I find that renaming titles works for me. In the Info panel (bottom left, click "i" button) you can click on the title and change it or some of the other info.

  • How to rename a column name in a table? Thanks first!

    I tried to drop a column age from table student by writing the
    following in the sql plus environment as :
    SQL> alter table student drop column age ;
    but I found the following error
    ORA-00905: &#32570;&#23569;&#20851;&#38190;&#23383; (Lack of Key word)
    I have oracle enterprise edition 8.0.5 installed at windows 2000
    thank you
    And I want to know how to rename a column name in a table?
    thanks

    In Oracle 8i, your syntax would have worked.  However, if I
    recall correctly, in Oracle 8.0, you can't rename or drop a
    column directly.  One way to get around that problem is to
    create another table based on a select statement from your
    original table, providing the new column name as an alias if you
    want to change the column name, or omitting that column from the
    select statement if you just want to drop it.  Then drop the
    original table.  Then re-create the original table based on a
    select statement from the other table.  Then you can drop the
    other table.  Here is an example:
    CREATE TABLE temporary_table_name
    AS
    SELECT age AS new_column_name,
           other_columns
    FROM   student
    DROP TABLE student
    CREATE TABLE student
    AS
    SELECT *
    FROM   temporary_table_name
    DROP TABLE temporary_table_name
    Something that you need to consider before doing this is
    dependencies.  You need to make a list of all your dependecies
    before you do this, so that you can re-create them afterwards. 
    If there are a lot of them, it might be worthwhile to do
    something else, like creating a view with an alias for the
    column or just providing an alias in a select.  It depends on
    what you need the different column name for.

  • How to Rename a Topic ID in Map File to Avoid Conflict with Another Program?

    Robo 8 HTML:
    Can somebody assist me in understanding how to rename a topic ID in my map.h file?
    An application programmer informs me there are nine topic IDs (shown below) in my project map file which conflict with predefined names of constants/functions from the Visual Studio Libs program and, is requesting I change the names of the topics listed below to resolve topic ID conflict in order to enable F1 call for these topics.
    #define Open    59
    #define Save    60
    #define Print   63
    #define Cut     72
    #define Copy    73
    #define Paste   74
    #define Clear   75
    #define Status  81
    #define Substructure  139
    Can I simply alter the topic names and retain their associated map numbers in <Create/Edit Map ID> dialog to resolve the map file conflict with Visual Studio Libs program functions? Or, is there more work involved in changing a topic name in a map.h file?
    Any assistance with this question is greatly appreciated.
    Thanks,
    robert

    Hi,
    Simply renaming the TopicID's in the .h file won't work. The TopicID is used in the alias file (projectname.ali) to link a map number with a topic. Also, you can use either TopicID's or map numbers to call the help. (Using TopicID's only works for WebHelp afaik.)
    If you use map numbers to call the help, you can rename the TopicID using the mentioned dialog. No problem.
    If you want to change the ID from the files, you have to change both the .h file as the .ali file. No changes to topics needed.

  • How to rename a macbook pro 13 inch 10.7.3 version

    how to rename a macbook pro 13 inch 10.7.3 version?

    As for the Users...
    Go to system preferences - users and groups - click the plus sign - add the name you want.
    Restart your MB - login with your username.
    go back to users and groups - highlight your uncles name - click the minus sign.

  • Can't figure out how to rename css style in mx

    Hello,
    I can't figure out how to rename css style in mx. I have the
    style selected in the proprety inspector. Is there supposed to be a
    rename option at the bottom of the same dropdown box? There is
    option to edit style and a few others in same dropdown box... but
    no rename option. Please be specific... I have looked it up on the
    internet... but still cant find the option.
    Thanks,
    PoJ

    Do a Find and Replace to find name1 and replace with name2.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "computerpain" <[email protected]> wrote in
    message
    news:ed43p3$m9h$[email protected]..
    > Hello,
    > I can't figure out how to rename css style in mx. I have
    the style
    > selected
    > in the proprety inspector. Is there supposed to be a
    rename option at the
    > bottom of the same dropdown box? There is option to edit
    style and a few
    > others in same dropdown box... but no rename option.
    Please be
    > specific... I
    > have looked it up on the internet... but still cant find
    the option.
    >
    > Thanks,
    > PoJ
    >

  • How to get FILENAME from FILE PATH

    does anyone know how to get filename from a file path for example
    FILE PATH: C:\Project\uploadbean\web\uploads\Button.txt
    returns
    FILENAME: Button.txt

    @BalusC
    ust for a reference cause i'm new in JSP This has nothing to do with JSP, but with basic knowledge of an essential API. I have given you the link to the File API. Are you saying that you refused to read the API documentation, which clearly explains you how to use the File and shows which methods are all available to you undereach the straightforward getName() method, and expecting that the others may chew the answers for you? Loser.

  • How to rename the column name in oracle 8i?

    hi,
    Does anyone know how to rename the column name in oracle 8i?My method was drop the relationship key first then delete the old column,finally add the new column.
    Thanks for your replay.
    jing

    There is no facilty to rename a column name in Oracle 8i. This is possible from Oracle 9.2 version onwards.
    For you task one example given below.
    Example:-
    Already existed table is ITEMS
    columns in ITEMS are ITID, ITEMNAME.
    But instead of ITID I want ITEMID.
    Solution:-
    step 1 :- create table items_dup
    as select itid itemid, itemname from items;
    step 2 :- drop table items;
    step 3 :- rename items_dup to items;
    Result:-
    ITEMS table contains columns ITEMID, ITEMNAME

  • How to rename folder in Final Cut Pro X project library?

    How to rename folder in Final Cut Pro X project library? I can't double click on folder, when I right click it just gives options to erase. Can someone help?

    I think you may have misunderstood - the question is regarding renaming a project "folder", not a project name.
    Still, the accepted answer here makes no sense to me at all - it's about renaming an event. So we're all confused ;-)
    BTW as of 10.0.5, I still cannot rename a project folder while background tasks are running - no clue is given that this is what's going on, second-clicking on the folder just (frustratingly) does nothing. When background tasks finish, it works again.

  • How to rename the SharePoint Document Library existing file name using Web service

    Hi,
    How to rename the SharePoint Document Library existing file name using SharePoint Web service.
    Is it possible. How could i do it?
    Thanks & Regards
    Poomani Sankaran

    Hi,
    Lists.UpdateListItems Method
    would be helpful for your requirement.
    Here is a blog with code demo for your reference:
    http://blogs.msdn.com/b/knowledgecast/archive/2009/05/20/moss-using-the-list-web-service-to-rename-a-file.aspx
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • How to rename the existing project in NetWeaver

    Hi All,
    Please let me know the process of how to rename the existing project in NetWeaver.

    Hi,
        If you want to rename Development Component (DC) project, here is the procedure..
    How to rename local Development Component Projects in Netweaver Developer Studio
    Regards,
    Uday.

  • How to rename a program name in ABAP.

    Hi all,
                How to rename a program name in ABAP. Please help me out in this.
    Thanks & Best Regards,
    Vishnu

    hi vishnu,
    goto se38--> press Ctrl+F6
    it will give one small screen source program and target program.
    in target program type ur pgm name
    reward if its useful.

Maybe you are looking for

  • Asus VideoPhone AiGuru SV1T

    W7 video calls works on every gadget except the Asus VideoPhone AiGuru SV1T .The problem just started when I updated to my the latest Skype App version 6.3.0.105 on W7, they can't see me anymore when i video call my parents using my ASUS VP AIRGURU S

  • How to make an Update feature for your program?

    I want to have an option Update in the program so if a person clicks it, it will connect to my server and update his program with the newest version how do you do this and are there any tutorials/links about this?

  • Keyboard not going away when I'm not typing

    My keyboard stopped disappearing when I'm doing things like looking at photos or scrolling through text messages. Suggestions?

  • Premiere Pro CS5 crashes just after media is loaded

    Hello I have HUUUGE problem with PrPro CS5. I have project file - lot of work is already done but lot of more left. When I try to open my project file it loads fine. But then when it is loading all media files (at the bottom left corner) just when i

  • Using background-size: cover causes Edge Animate to crash

    Bug report: If I select an element which has background-size tag specified for the element I get "An error occurred. Please save your work and restart Edge Animate." This happens background-size: cover, background-size: contain, etc.