help with batch file

Discussion in 'Software' started by forumuser, May 2, 2005.

  1. forumuser

    forumuser Private E-2

    Hi, I am trying to write a batch file that shows file name in a folder.
    Code:
    FOR %%c in (c:\windows\*.*) DO ECHO %%c
    Would list all the files in c:\windows. For example it would show c:\windows\file.txt, but I want it to show file.txt.

    Thanks for any help.
     
  2. dedub

    dedub Corporal

    I have no idea what you are trying to accomplish??
    Be more specific. are you just trying to get the .txt files in c:/windows ?

    ds
     
  3. Ragnarok

    Ragnarok Private E-2

  4. QuickSilver

    QuickSilver Corporal

    Dedub, it looks like forumuser wants a directory listing of the directory without the path... the %%c variable ends up holding the full path of each file - forumuser wants just the filename no path...

    I don't know if this is possible... batch file capability is painfully under-developed especially compared ot what can easily be accomplished on Unix based Operating Systems...

    Depending on what you are trying to do with the list of files is it possible that you can use an alternative method completely?
    If its a possiblity consider installing a windows version of Perl - except for probably one or two things batch file capability will be a small subset of what you can do with perl - not to mention that a simple regex will remove that leading path from your filename...

    let me know if you want some more information on exploring this route...
     
  5. forumuser

    forumuser Private E-2

    I have these files that have the same prefix and I need to do something with them. What ends up happening is that, say file test.txt is done correctly, because it is user specified, but other files which quantity and exact names I don't know, end up in different folders than test.txt because %%c contains their paths. I need to automate this routine task. I know perl and what not but then I would have to install them on all machines that I use.
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds