Summary: Sorry, I abbreviated "beginning of file" as BOF (het, if EOF is "end of file" it makes sense, right?) The database reports an error when importing the...
Summary: Hi I'm trying to write a DOS batch file that will insert part of the filename of each .CSV file in a directory in the contents of that file. Each .CSV...
Summary: Unless you can find another MEM program that is smaller. I assumed from the description of the project that it would have to run from a CD. The mem ...
Summary: Hello, I want to know how to insert more than one Icon per Item (Line) in a CListCtrl. Up to now I insertet some Items and every one with an Icon in t...
Summary: I got your message and here a working proposal, even if you would think about what klint posted. I break the line after the 79th character otherwise ...
Summary: Hello, i been trying to google and figure out how to add a text/word every 10 or 15 lines... for example i wan't to insert echo a pause command every ...
Summary: @OP, here's an alternative solution in Python import sys,fileinput position = int(sys.argv[1]) - 1 toinsert = sys.argv[2] filename = sys.argv[3] for ...
Summary: how to insert into image into oracle or sqlserver database.. i now that the blob datatype is used, but i don't know the procedure of inserting. please...
Summary: Stated that XP/2K batch language is a more powerfull extension of the native DOS script coding, there is no utility to achieve what you want. Keep in ...
Summary: The title pretty much says it all, what program do I use? I have Bat-To-Exe converter by Faith Kodak, but sometimes it just stalls out on me and it wo...
Summary: Hi, I am very new to Unix scripting, other people on the same systems have used the korn shell on their scripts so would like to continue this trend. ...
Summary: CALL is for bat files and it always waits for the CALLed bat to finish. ===================================== If at first you don't succeed, you're ...
Summary: ::== 5to9.bat @echo off setLocal EnableDelayedExpansion set run=n for /f "tokens=1 delims=:" %%T in ('echo %TIME%') do ( set T=%%T if !T! gtr 16 set r...
Summary: I'm trying to take input from two user-defined strings and save them to a file for later use by another batch process. I am able to generate the file...
Summary: Hi There, I want anyone of you to give me the (VB)codes to make an exe file named project1.exe to enter an entry of itself in "Autoexec.bat" to load ...
Summary: Thank you for your reply and advice. I greatly appreciate it. I'm putting in the things you suggested, but unless I missed something, I don't think yo...
Summary: I'm a complete VBA newbie. I've got a worksheet where I want to allow the user to insert rows 101:106 above the active cell that the user selects. Usi...
Summary: "%date:~-10,2%%date:~-7,2%%date:~-2,2%" There's no built-in DATE in DOS; nor is there any substring handler, so I suppose you're using NT. For your CD...
Summary: I have been working on a project to make a bat file to remove known processes and files related to Antivirus 2009. I have gotten pretty far and just n...
Summary: I'm looking for a good one-liner, perl, sed, whatever works, to search a specific text file for a line of text, if it doesn't find it, then insert the...
Summary: I'm trying to write a build script that will: 1. Minify JS and CSS files 2. Read them into variables 3. Insert those strings into HTML The first 2 ste...
Summary: setlocal enabledelayedexpansion set /a Atarg=2 set /a Btarg=4 set mid1=My friends name is set mid2= and id is set /a N=0 for /f "tokens=1 delims=" ...
Summary: Try to add this at the very end of your Autoexec.bat file. Just swap Excel&word with ghost & part. magic :menu cls echo 1.Excel echo 2.Word set /p ch...
Summary: How do I write a dos bat file to edit my hosts windows file. Currently I have written a login script that every time a user login it will append "172....
Summary: Hi Im upgrading the website I work on from HTML and java to PHP. At the moment, I use javascript to insert menu's, adverts etc. into the website acros...