I need to write a dos batch that works both in Winodws XP and 7 that displays the date when a file was last modified in the format (dow, dd-mm-yyyy). I succeeded to write the code that returns the date ...
Computing.net: Question & Answers Forum Latest Questions
I wish to create a batch file which will copy image files created in the last hour to another folder. Note I only want to copy files with a .jpg extension. Can anyone help with this?
I am trying to find a way to store a registry key value in a variable to use it later. For example: some data in a value is a full path to an executable file that I want to delete from ...
Hey guys, I’ve seen lots of postings on this subject, but none that matches my requirement. So: I have a text file where lines look like this one: E1532 C1010 A0000 52112 10 89332.182 80687.132 89332.182 86450.499 I would need a batch script (Windows ...
I was just wondering… like in Microsoft Word 5.5 setup (which Microsoft put out as open source software some time ago), can you create form elements, such as combo boxes or text areas? I don’t want it to open a ...
I need to know how to get and save user input in a simple batch file. I want the batch file to save the input to a text file on a computer (even if it isn’t mine) and then have ...
Tail.vbs borrows shamelessy from unix’ tail command, and more or less performs the same function: to obtain the last N lines of a textfile (the tail). Usage 1 (content is obtained from the filename given on the commandline): [cscript] TAIL[.vbs] path+filename startline ...
Important is, that every subfile is separated by $$$$ So the data look like: file test.sdf line1 line2 line3 line4 $$$$ line6 line7 line8 line9 line10 $$$$ etc. and I need have separated files file1.mol line1 line2 line3 line4 file2.mol line6 line7 line8 line9 line10
Is it possible, without the use of a macro program or the like, to reassign the shortcut key for closing the current window to something else? I would like to be able to press Alt+`(grave accent) in order to perform ...
Hi. I have a folder containing several q_*.sos files. In my program 3Q2PG.bat, I have a for-loop ... for %%f in (%FILKATALOG%\q_*.sos) do ( ... ) Within this for-loop a textfile “feil_koordsys.txt” may be created (depending on if something is wrong in the particular q_*.sos-file). If nothing ...