Summary: I want to remove '$' from a $ variable. I create a script, a.sh as below: #!/usr/bin/ksh a=`echo $1 | cut -d"\$" -f1` b=`echo $1 | cut -d"\$" -f2` ech...
Summary: Hello, I have a lot of files which countain %20 in their names. So I would like to remove %20. I have a Batch Dos script which remove spaces in filena...
Summary: I need a batch program to remove the first 11 characters from 500 filenames. like something i could run in the folder that would remove the first 11 c...
Summary: what command can i use to remove the first 15 chars of hundereds of files so i can get them in alphabetical order, files are named CBEP???-?-?? - file...
Summary: Time to do some reading: C:\>CALL /? Calls one batch program from another. CALL [drive:][path]filename [batch-parameters] batch-parameters Specifi...
Summary: Hi, I've tried to answer my own question by reading through other posts but can't find what I'm looking for. I have a folder, c:\test, that contains m...
Summary: E:\>call /? Calls one batch program from another. CALL [drive:][path]filename [batch-parameters] batch-parameters Specifies any command-line inf...
Summary: Hi, From a folder i should print all the filenames with its directory name only once. how I can it using batch script. say these are file names: D:\...
Summary: Hi, I am wondering how I might go about removing all numbers from all the files in a directory (and how I might exclude certain files from this rename...
Summary: Is there an easy way to remove trailing space characters from the contents of a variable? I want to do it using straight DOS commands. The number of...
Summary: This will accomodate up to 5 tokens. You can strecth to fit. ::== par4date.bat :: get date str into var from filename with _ delim :: the next sectio...
Summary: Nah, you don't get me. I wanna run multiple BATCH files from one particular file (another batch, executable or Perl script) I tried the call command, ...
Summary: I was thinking this would probably happen...Probably should have mentioned it. I have a few theories, but nothing I've tested. <theories and fixes...
Summary: Hi, how can I call from a batch an html file that is stored locally and have it come up with the default browser ? My plan is to create a CD that ca...
Summary: I was wondering if there is an easy way to break out of the below loop after every entry from the text file has been loaded and parsed. For example,...
Summary: OPPS MY MISTAKE: I posted wrong info. I used My Batch File from within Windows and the commands listed below worked. However when I booted the compute...
Summary: Ok, I just downloaded this article and it is in pdf format, and i dont have acrobat, so it may look a bit weird to you, and thats why... plus, just le...
Summary: I have a small msdos batch file I would like to be able to execute from the windows desktop, the problem is - the file the batch file is executing is ...
Summary: Sorry, but what you wish to achieve is far beyond the plain capabilities of batch files. A batch file could be invoked by right clicking the file name...
Summary: Hi, I realize this question is asked alot, I have tried all of the advice on them and nothing has helped. I am tring to delete some registry keys off ...
Summary: I am running batch files from WinXP SP1, and when I export a list of folders to a text file, they are exported with long folder and file names that CA...
Summary: I'm a batch program novice and am looking for some help with writing a batch script that recursively looks at all files in a given folder (and any sub...