Name of the directory and record name

I would like to take advantage of my name (*) ' C:\Documents and Settings\ * \My Documents\My Notebook.

out of the address of the directory. It seems that the computer has taken my name of the user of the computer. I'm afraid that it could be read on the web or other external agents, how can I do this prayer.

I agree with Macdreamy. This path indicates a location of the user accounts that are created on the Win XP laptop.
For the most part these username files contain as Favorites personal IE settings, start menu, my documents, etc.

The folder cannot be deleted and shouldn't t be removed one to be honest I n know why someone would remove it

Tags: Toshiba

Similar Questions

  • Download the image to the directory and database of the same form data

    Hi all

    I play to build a shopping cart (never done before) a tutorial of Gordon Knapp at www.webthang.com.

    I created the site and it works perfectly. Now, I want to extend it.

    There is a form that allows the user to add data to the database. I would also like to be able to transfer an image to a directory on the server and add the data to the database at the same time of the same shape. It would be good if the input field "< input name ="product_picture"type ="text"id ="product_picture"tabindex ="6"size ="50"/ >" could be filled automatically by the file name of the image being downloaded, but it's not a neccessity.

    I looked at different packages ASP Upload and I can upload a single image, but none of them clearly show how to download the image and add data to the database at the same time.

    It is a private project I need suggestions for free.

    The tutorial shows how to create Dev Ultra site but works perfectly well in DW. The page looks like this. It is named "admin_add.asp":

    "< %@LANGUAGE="VBSCRIPT "CODEPAGE ="65001"% >
    "" <!-#include = file '... / Connections/con_ecom.asp "-->
    < %
    Dim MM_editAction
    MM_editAction = CStr (Request.ServerVariables ("SCRIPT_NAME"))
    If (Request.QueryString <>"") then
    MM_editAction = MM_editAction & "?" & Server.HTMLEncode (Request.QueryString)
    End If

    'boolean to abandon a record edition.
    Dim MM_abortEdit
    MM_abortEdit = false
    % >
    < %
    "Implementation of the IIR.
    Function MM_IIf (condition, ifTrue or ifFalse)
    If condition = "" then
    IfFalse = MM_IIf
    On the other
    IfTrue = MM_IIf
    End If
    End Function
    % >
    < %
    If (CStr (Request ("MM_insert")) = "add_form") then
    If (not MM_abortEdit) then
    'execute the insert.
    Dim MM_editCmd

    Set MM_editCmd = Server.CreateObject ("ADODB.Command")
    MM_editCmd.ActiveConnection = MM_con_ecom_STRING
    MM_editCmd.CommandText = "INSERT INTO products (product_category product_name, product_price, product_briefdesc, product_fulldesc, product_picture) VALUES (?,?,?,?,?,?)".
    MM_editCmd.prepared = true
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param1", 202, 1, 50, Request.Form ("product_category")) ' adVarWChar
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param2", 202, 1, 50, Request.Form ("product_name")) ' adVarWChar
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param3", 5, 1, -1, MM_IIF (Request.Form ("product_price"), Request.Form ("product_price"), null)) ' adDouble
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param4", 203, 1, 536870910, Request.Form ("product_briefdesc")) ' adLongVarWChar
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param5", 203, 1, 536870910, Request.Form ("product_fulldesc")) ' adLongVarWChar
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param6", 202, 1, 50, Request.Form ("product_picture")) ' adVarWChar
    MM_editCmd.execute
    MM_editCmd.ActiveConnection.close

    ' add the query string to the redirect URL
    Dim MM_editRedirectUrl
    MM_editRedirectUrl = "admin_control.asp".
    If (Request.QueryString <>"") then
    If (InStr (1, MM_editRedirectUrl, "?", vbTextCompare in) = 0) then
    MM_editRedirectUrl = MM_editRedirectUrl & "?" & Request.QueryString
    On the other
    MM_editRedirectUrl = MM_editRedirectUrl & "" & Request.QueryString
    End If
    End If
    Response.Redirect (MM_editRedirectUrl)
    End If
    End If
    % >
    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN".
    " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ".
    "< html xmlns =" http://www.w3.org/1999/xhtml "> "
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"
    < title > Administration - add a < /title > product
    "" < link href = "... / scripts/admin.css" rel = "stylesheet" type = "text/css" / >
    "< script type =" text/javascript"src ="... / scripts/ecom.js "> < / script >"
    < / head >

    < body onLoad = "adminTitle ()" >
    < div id = 'wrapper' >

    < div id = "pageHeading" > ADMINISTRATION - add a PRODUCT < / div >

    < div id = "navBar" > < a href = "admin_control.asp" > < /a > control | " Add | < a href = "admin_view.asp" > view < /a > | < a href = "admin_update1.asp" > update < /a > | < a href = "admin_delete1.asp" > delete < /a > | "" < a href = "... / Default.asp" > shop < /a > < / div >

    < br / >

    < name of the form = "add_form" id = "add_form" method = "POST" action = "< % = MM_editAction % >" >
    < table border = "1" align = "center" id = "tblArea" >
    < b >
    < class td = "tdLabel" > < table > product category
    < td colspan = "2" > < input name = "product_category" type = "text" id = "product_category" tabindex = "1" size = "50" / > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > Product Name < table >
    < td colspan = "2" > < input name = 'product_name' type = 'text' id = 'product_name' tabindex = "2" size = "50" / > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > < table > product price
    < class td = "tdContent" colspan = "2" > < input type = "text" name = "product_price" id = "product_price" tabindex = "3" size = "50" / > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > product short Description < table >
    < class td = "tdContent" colspan = "2" > < textarea name = "product_briefdesc" id = "product_briefdesc" cols = "47" lines = "4" tabindex = "4" > < / textarea > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > full < table > Product Description
    < class td = "tdContent" colspan = "2" > < textarea name = "product_fulldesc" id = "product_fulldesc" cols = "47" rows = "5" tabindex = "5" > < / textarea > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > < table > product Image file name
    < class td = "tdContent" colspan = "2" > < input name = "product_picture" type = "text" id = "product_picture" tabindex = "6" size = "50" / > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > < table >
    < td align = "center" > < input type = "reset" name = "Reset" id = "Reset" value = "Reset form" / > < table >
    < td align = "center" > < input type = "submit" name = "Submit" id = "Submit" value = "Add to the shop" / > < table >
    < /tr >
    < /table >
    < input type = "hidden" name = "MM_insert" value = "add_form" / >
    < / make >

    < / div >
    < / body >
    < / html >

    Hope you can help.

    Best regards

    Martin

    Have sorted it.

    Found an excellent tutorial to Webthang.

    http://www.webthang.co.UK/Tuts/tuts_dmx/rob15/rob15.asp

  • The display and recording time elapsed during the reading of the instrument

    I've been programming Labview for a total of two days so please bear with my inexperience. I have a 9201 module that takes a reading of the voltage and it is plotted on a graph. I click on a Boolean switch and the graph starts playback and recording data every 3 seconds. When I click on that same switch I would like to start a clock. Then once the button is clicked once again I need to stop the clock and save time. I tried to use the elapsed timer function but can not understand how to operate inside my main while loop. I don't know if I need to use a subvi or something different all together. I enclose my any project that could make the issue easier to understand. Thanks in advance for any help.

    I changed your code (personally I him would not have made it, but I don't want too many changes in your code because you are a beginner in LabVIEW!).

    -Now, there are 2 loops: 1 bow for the acquisition (looped) and 1 loop for user interface operations (while loop + event structure: it is a very powerful structure in LabVIEW and you should take a look at a few examples to understand how it works)

    -You will find a registry to offset used by loop acquisition: I explain what it is in the diagram...

    -I gave you a VI that is almost the same as 'out of time' Express VI: maybe it will be interesting to try too understand that when you get more experience in LabVIEW (you will understand 'functional global variables' and "reentrancy execution": these 2 animals are used by 'elapsed time' Express VI (but also by the VI I've included, and which is almost the same thing))

    Note that I have shown the solution to 1 of the 4 graphs: you will need to do the same for the other 3. You also need to code elapsed time saving.

    Once again, the solution I gave you is very far from perfection, but with 2 days of practice of LabVIEW, it would be too complicated to explain the different architectures and the means of communication between the loops etc...

  • read xml files in the directory, and then extract the words from their

    I looked in the forums of LabView for a problem similar to mine, but I succumbed to find advice, I need.

    Some time previously, I wrote a LabView program to build a dictionary from an array of strings.  It was really just a list of words that I used to make a crude search engine.

    Now I try to repeat this experience.  However, I'm stuck at the first hurdle.  I have a directory containing a number of folders and files, including .xml files.

    What I have to do is read the individual words in the xml files and then merge the words in a large list.  From there, I should be able to make the dictionary, and I hope that my old search engine still works with the new data.

    The attachment shows my unsuccessful attempt to create a VI that can first index all files in a directory (what it is) and then list only files ending in ".xml" (which it does not).

    Any advice on how to get my word out list would be greatly appreciated!

    Adam

    Is that what you are looking for? (See attached image VI)

  • How to find the audio and recording mixers

    Cannot find Audio Mixers and recording in Windows 7 as I had XP

    My Medion computer purchased recently does not appear to have full audio mixer for volumes or a similar mixer to record levels as I have already in Win XP.

    Is it possible to reproduce pages of mixer teas? I would be grateful for any help on this problem.

    TIA Mike

    Cool Edit 2000 (compatibility issue)

    Hello

    The mixer similar to that of Windows XP volume has been removed in Windows 7.

    Windows 7 has its own volume mixer. Check this link for more information:

    Adjust the sound level on your computer:
    http://Windows.Microsoft.com/en-us/Windows7/adjust-the-sound-level-on-your-computer

    Cool edit 2000 is not compatible with Windows 7. Cool Edit was taken over by Adobe, a few years ago and renamed Adobe Audition. The manufacturer
    offers a paid upgrade to the software.

    Check this link for more information:
    http://www.Microsoft.com/Windows/compatibility/Windows-7/en-us/details.aspx?type=software&p=cool%20Edit%20PRO&v=Adobe&UID=2&pf=0&PI=
    6 & s = Cool % 20Edit % 202000 & os 32-bit =

    Kind regards
    Amal-Microsoft Support.
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • LiveCycle forms empty after that the user fills out the information and records

    I created a number of forms in Adobe Livecycle in order to have the user fill in the form and save a copy with the filled content.  However, the content that the user entered is not save.  I tried to save the form in Reader version expandable, but forms still losing any content, the user entered when they are reopened.  I use Livecycle ss4 if that helps... Thoughts?

    Sounds like your form fields is not all data binding... but for a better answer, I must first see your form.

  • Movement of the directory and database of one montage to another point

    Hi all


    Good week end...


    I have a small request here to ask...

    I have mount point A and B.

    A mount point contains the file .profile for a database D1 and ofaroot, the oradata and lost + found for database D2.

    Mount point B contains all data in database D1.


    The task is to move the entire contents of A to B.

    I just need to know what modifications would be required. According to my understanding, I need to make the following changes:

    1. modify the file .profile for D1 and change it to the new mount point.
    2 do I need database shutdown D2 before moving on to the other mount point?



    Please comment on my understanding...


    Concerning
    KKukreja

    Hello

    + 1. Edit the file .profile for D1 and change it to the new mount point. +

    I do not understand why you want to move the file .profile. Each user of the BONE at the level of the UNIX has a .profile in his own House. You can simply change the default .profile of the user of the OS by using vi commands.

    + 2. Do I need to stop D2 databases before moving on to the other mount point? +

    Yes you are, but you will need to provide additional information on the database. You could create a D2 tar file and move to the new D1 mount point and unzip the files.

  • Delete the catalog and recording files in Lightroom?

    I want to find the duplicate image files and delete all but one of my Lightroom Catalog AND SINCE THE DISC itself.

    can anyone recommend a method to achieve this more effectively?

    I need to see the images side by side in the overview before choosing what to mix and that should be kept because some files have the same file name but a different picture.  This is a result of sloppy organization and also pictures come off several cameras with similar naming sequences.

    the Lightroom Catalog I'm in is 60 000 + images with LOTS of dupes.

    Sorry for the noob question, but in another post I found the answer is simple.  I look at all THE PHOTOGRAPHS in the catalog.  Then, select a set of individual files which must be provided to screw up.  I can either hit the button DELETE (DELETE in the EDITION MENU is not active) or don key CONTROLS (on a Mac) and select REMOVE.  A choice is given to take on the image of the catalog or what I want, it's DELETE DISK IMAGE.  I have a lot of files to go through but it makes my job a LOT easier.  Thank you ADOBE!

  • I have additional folders in the library and records are arranged randomly.

    Hi all

    My library is a little weird all of a sudden. He has a record of additional music in the music folder, the my documents showing also in pictures and pictures showing also in video!

    Libraries

    > Documents

    My Documents

    Public documents

    > Music

    My music

    Public music

    Music (c :))

    > Photos

    My photos

    Public photo

    My Documents

    > Videos

    My videos

    Public videos

    My photos

    Public photo

    The worrying thing is the my documents is in fact the My Documents with all it's content, because if I add or remove a file in any event, it updates both.

    Same thing with the my pictures and public pictures videos

    Music (c) Watch (empty) C; \Users\Xxx\Desktop and cannot be opened as an error pop ups saying unavailable blurb. It isn't on my desk.

    How can I delete the folder without remove them completely?

    Ta

    J

    Restore default libraries didn't work, but then I records of thugs one click right and found a "draws" rather than delete it, that did the trick!

    Thank you so much for pointing the 'right click' made me explore more

  • I get a message 'windows\system32\palowibe.dll' for all the exe. files. I fixed the directory and tried to restore to an earlier date, but this fails__

    failure of the system restore

    mmattison,
    From what I found, it seems that there is a file attached to a virus\malware.  You attempt to clean your system to get rid of this problem.  This thread covers the ways to eliminate the malware\viruses.

    Mike - Engineer Support Microsoft Answers
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • See the master and record details of a Table of the ADF

    Hi ALL,

    I have a use case in which I need to display two EO records in a table .for example EmployeeVO and DepartmentsVO they are related to each other using DeptID please let me know


    Thank you
    Prateek

    Hello
    have to use Association between EmployeeEO and DepartmentEo based on DeptId and create VO using this Assoc.
    See:
    http://www.YouTube.com/watch?v=zrJosMg-XDE
    http://download.Oracle.com/otn_hosted_doc/JDeveloper/1012/BC4J/intro/bc_aassoc.html

  • Structure of the site and records?

    My site develops I see that I have more than two hundred pages and an equal number of photos.  I understand that the index page should be left out, but for the rest it will impede the process of loading, or is visibility of bots and search engines if I put the rest in files (and even folders within folders) in the order of things, for my own convenience.  The reason why I ask is in the tutorials that I've done, I've not seen elsewhere.

    Thank you

    Chris

    Tutorials tend to keep things simple.

    Having files in different folders or subfolders is a perfectly standard (and professional) way, to organize a file structure (retains all relevant items together).

    PZ

  • Order findstr/l/s/m print the file names of all the files in the directories and subdirectories despite any string contained

    Hello

    I'm looking for a file via the findstr command. After that I opened the command as Administrator window, I get:

    Findstr/l/s/m 'a string containing the words. " *

    Then, the command window displays all the files in the directory and its subdirectories. I think that I see which file is searched for the chain in real time.

    I expected to see only the name of the file/s if the string was found in it.

    What I am doing wrong? or why is this malcfunctionaning?

    I got directions for ordering findstr here: https://technet.microsoft.com/en-us/library/bb490907.aspx

    Thank you

    I think you want the /c parameter instead a / l.  As written, your search string is interpreted as a list of strings: 'a', 'string', 'with' and 'words '.  Any file that contains an 'a' will be a return match.  The parameter/l keeps your strings to be interpreted as regular expressions.

    If you need exactly match to the entire chain, type:

    Findstr /s/m/c: "a string containing the words." *

    Under the direction of add: It is not clear, but you can have several settings/c , to search for more than one exact string at a time.  For example:

    / s/m/c: 'a string' findstr / c: "a Word." *

    Research is 'a string' or 'a word' exactly.

  • When I rotate an image in a directory to a portrait view it disappears in the directory

    When I rotate an image in a directory to a portrait view it disappears in the directory and I can't see it at all or find the name of the file

    If you have McAfee installed, this may be due to a known bug that is hiding something (no not the deletion). See this article from McAfee on the subject,

    http://service.McAfee.com/faqdocument.aspx?ID=TS101228

    and a discussion in the McAfee here forums,

    https://community.mcafee.com/message/194228#194228 .

  • Configuring the listener and Instance registration

    Hello

    I was watching one of the cases that we run on a box and I could not understand how the connections are deployed for this particular case, and I hope someone can enlighten us please...

    We run Solaris 5.10 with two houses of installed oracle 10.2.0.4 and 11.1.0.7, a running instance that:

    Oracle: oracle/home / > ps - ef | grep smon

    Oracle 28299 28048 0 08:31:23 pts/7 0:00 grep smon

    24870 2965 Oracle 0 Jul 17?          ora_smon_dbs 45: 03

    TNS_ADMIN to point to ""/var/opt/oracle ": "

    Oracle: oracle/home / > echo $TNS_ADMIN

    / var/opt/oracle

    I had a look at the directory and there is no file tnsnames.ora:

    Oracle: / var/opt/oracle > ls-l

    Total 7

    -rw - r - r - 1 oracle dba 474 14 April 2014 listener.ora

    -rw - r - r - 1 oracle dba 55 7 March 2014 oraInst.loc

    -rw-rw-r - 1 oracle dba 750 19 Jan 10:33 oratab


    We then looked at the configuration of the listener.ora file, and the SID_NAME does not reference a real SID:


    listener.ora # Network Configuration file: /var/opt/oracle/listener.ora

    # Generated by Oracle configuration tools.

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (SID_NAME = PLSExtProc)

    (ORACLE_HOME = appl/oracle/10.2.0)

    (= Extproc PROGRAM)

    )

    )

    LISTENER =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = dbmzsbsdb01.int.un) (PORT = 1521))

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC0))

    )

    )


    For awhile, I thought it's ok that we could fix local_listener of the database, but once again if this is the case then I expect to see a file tnsnames.ora with address or list of addresses of listeners specified them then obviously this was not the case and certainly enough, looking at the database local_listener was not established:


    SYS@dbs> show parameter local_list
    
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    local_listener                       string
    
    

    I also noticed that we use the listener 10g instead of the 11 g listener, and looking at the processes running, it is certainly the case:


    Oracle: / var/opt/oracle > ps - ef | grep tns

    9384 2965 Oracle 0 Jun 27?          80:37 /appl/oracle/10.2.0/bin/tnslsnr EARPHONE-inherit

    Oracle 2777 26227 0 08:15:50 pts/7 0:00 grep tns


    I'm a little lost on how this database is same! ??? any ideas on what's happening please?


    Thank you


    WebLogic even will need connection strings and you should be able to find them.

    The JDBC thin driver does not use tnsnames.ora and fat jdbc driver can use tnsnames.ora but is not necessary.

    JDBC uses the :: syntax.

    The database registers itself with the listener using the service_name parameter in init or - better - spfileSID.ora

    All this is documented, so not too difficult to find for you,

    ---------------

    Sybrand Bakker

    Senior Oracle DBA

Maybe you are looking for