Summary: long post here: here's the info for the game: "We play with a deck of cards numbered from one to six which is divided into four suits. First, I deal t...
Summary: That's doable. Also, if I'm using something wrong or incorrect, please let me know :) /* A personal test / replacment for Windows Search utility */ #i...
Summary: Hi, I'm trying to make a Windows Batch script to rip, encode and burn CDs, which can be used on any Win computer without installing anything. It work...
Summary: I'm trying to make a program to convert some text files to webpages. It does the DIR command and puts it in a text file. Then it gets one line at a ti...
Summary: I can help if you're in DOS, I know how to reboot the computer. I could guess on shutting down from windoze. You can even do a cold boot or a warm bo...
Summary: Hello, Im trying to invoke a simple perl script with in my visual c++ gui program to with c++'s system call feature: when i call: system("dir"); it wo...
Summary: Greetings, I am wondering if anybody has any idea on how I might achieve my programming goal. I am FTPing to KCM_Ext server and am trying to run progr...
Summary: i tried using iexpress to turn a batch file to exe. i used this code in that batch file: @echo off cls :loop set /p test= _____________ if /i "%test...
Summary: the endlocal had no effect, here is all of my batch. I'm new at making Batch files so don't laugh. :users ECHO Please type the UserName. SET /P varia...
Summary: I want a batch file to open internet explorer and pass it a specific html file to open with. e.g. "c:\program files\internet\iexplore.exe" c:\temp\123...
Summary: Thanks to both IVO amd M2, Yes the above method is working, Acrually I have found another way to do so. I want to share it, please review if there is ...
Summary: Hi, The script is named rcopy.pl and it is in the "C:\Windows\System32" directory also there i have a rcopy.bat: "C:\Program Files\Perl\bin\perl.exe...
Summary: Where is Game.exe located? Your Copy command works if your current directory is that storing Game.exe, otherwise you get the error reported. Try Copy ...
Summary: Here are the results of running this batch. It doesn't seem as though it worked. Or maybe I'm wrong and I really don't know what I'm doing. result: ...
Summary: Create a batch file. Open a text editor and type the names of the apps you want to run including the full paths and then save your text file. Then cha...
Summary: Can anybody tell me if it's possible to append all lines in a text file with all lines of text in another file, in order, as in a command. Say I have ...
Summary: Have you tried manually registering them before installing VS6 ? You will probably have to extract the problem files from a CAB file to C:\Windows\Sys...
Summary: Hi, I made a batch file that I put in a WinZip self extractor. The idea is that the zip-file extracts to a folder, and then the bat file gets executed...
Summary: I am trying to create a batch file that will populate an email message with my ipconfig information and automatically send it using a preaddressed ema...
Summary: Hi Brian I need more information in order to give you and advice. What is the complete instruccion you write on command prompt ? regsvr32.exe c:\windo...
Summary: OK Also here is what the dos promt show when i run the batch file. (batch file is supposed to run and execute the commands in the inf file) **********...
Summary: I've been trying to use SpamBayes with Outlook Express. Usually I'd have to open SpamBayes, then OE. I'm trying to create a .bat file so that I can ru...
Summary: Hai friends, Say i run some system command in perl like this `c:\\My_folder\\My_programs\\my_app.exe`; `c:\\winnt\\notepad.exe`; Now my_app.exe could ...