Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Maybe somebody can help me to find a solution for:
I want to make a batch file that can look in a specified directory for *.xml files. If there are any *.xml files in this diretory it has to run the following line.
AsImport.exe -rSBS3K -D012 -u -~ I -URLz:\"filename".xml -Torders -Oauto
"filename" has to be change with the xml files that has be find in this directory.
Summary: Okay, a short background. I use to program in 68k assembly and dabbled in x86 assembly. I tried to learn C/C++ after that, but it never made any sense to me. Well years later I have decided to give it...
Summary: In linux and with gcc/g++: I have a program which preforms a function based on the contents of a "config file." Specifically this config file is XML. This file changes infrequently...but small chang...
Summary: Hey, I need help making a batch file that searches the computer for certain filenames, someone helped me make this so far, @echo off if exist C:\kresults.txt del /q C:\kresults.txt FOR %%G IN ( abc 1...