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: I have a batch file called killmt I was able to create from a 2005 post in this forum. The code for the batch file (killmt) is: @echo off if %1'==' e...
Summary: i want to stop the msn pop up that asks you to register for msn have removed from start up and fron programs but on start up its still coming up ...
Summary: Dunno how much this will help but perhaps more is available here: http://www.pcnineoneone.com/howto/noaim.html browse around the site or simply do a s...
Summary: Running the following batch file from a netware 4 login script : call z:\wsupdate n:\is\orgfix\pernames.ntf c:\notes\data /o /c /n Using If member o...
Summary: I am creating a cd with all the latest patches and programs that I install on my domain. To make things easier I am using Microsoft's hfnetchk progra...
Summary: I like to know how 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"...
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: No, that won't work because the REN command keeps the filenames' lengths. However, that can be done via batch file. The following batch file will rena...
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: It's really not a good idea to post a NT batch question in the DOS forum! Please read more from: http://www.computing.net/dos/wwwboard/forum/14633.htm...
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...