How do you make a 50% chance that you can use in a batch game? I am new to batch files, so please explain everything clearly. If am doing something wrong, please tell me. Please do not post replies like: ...
Computing.net: Question & Answers Forum Latest Questions
Can anybody kindly provide me a batch file script to view the list of folder with their size in a specific drive. Just as “DIRUSE” does!
I need to copy a file to my desktop 7 times, I have: copy f:\pumpkin.jpg c:\users\sims\desktop That copies it once but isnt there a way to have it copy the file 7 times without using 7 different command lines?
Hi, I need to generate a DxDiag report and then append it to an all encompassing report using one single bat file. But the script keeps giving me an error message that the file can not be found. To generate the ...
I want to create a ftp batch file that would automate without having me type in the user and password. Here are the step before I log into ftp. I did create a txt file which contained the user and ...
Hello, I am in desperate need of assistance. I have been browsing the forums here and have tried modifying several examples for nearly 4 hours, I’m not entirely sure of the syntax and what I am doing, thus I am not ...
I am trying to create a log generator that will allow multiple lines of input from the user and add it to a text file. Current process (temp log is created constantly during script): 1. Asks for user’s initials. 2. Asks ...
Hi, I’m trying to create a Windows Script to run a batch file [without that ugly black screen =P] using a Batch File [I know most people do the opposite but w/e] but Command Prompt just won’t accept it [except ...
We are using Syspro version 6.0 010 SP2 on Windows 7. . Customized panes are causing this error. Do you have any suggestion?
HI, I am trying to make a batch file that downloads all files from my ftp server not by there filename but by there file type. The file type I need it to download is .occ and .ord This is the code ...