Hi.
We had a script in place on one server where old backup folders would be deleted which are older than 2 days. (Backup process creates folders with timestamp as name everyday).
Since la...
I'm writing a batch file. How do I check if a command line argument exists or not?
Example:
Run.bat abc def
How do I check in Run.bat that I have 2 input arguments?
IF %2% == "" THEN...
I am trying to create a text file using a batch file. I format the text file then open it for the user to make entries into. I want to save the file name as follows.
computername_InstallerN...
I need to install Win 3.11 into a VM on VMWare Workstation to get some old files.
I have a technet subscription, where I downloaded DOS 6.0, DOS 6.22 (upgrade only) and Windows 3.11.
App...
Ok, I've been trying to tackle this for hours, days even. I've seen lot's of other activity on this, but have not found a suitable solution. This is my last hope!
There is a file on my desk...
Hi All,
Can anyone tell me the command to automatically open and close edlin DOS editor in a DOS batch file?
Regards,
Pranjal
I'm looking to use a small form factor PC (see PDF) that runs code under DOS 6.22. There is no windows or other OS installed. What I would like to do is to use a memory stick on one of the USB...
Can someone please give me the code for creating a BAT File For Creating Folders from a TXT File List... Thanks
hello i need some help and assitance. i need to create a batch file that uses the users %userprofile% variable to scan the c drive for the following user data favorites, pst's , outlook signa...
Hello,
i want to hide hide password input in batch called alot of isql procedure i have an example below but i need to hide password input.
when you start the bacth it call for password...
Hello,
We are using microsoft's Robocopy software to copy and sync files between 2 servers. The data size of the source is 160Gb. We ran a first robocopy to copy everything from the source ...
I need to merge multiple (100's) of XML files into one file that I can import into a MySQL database.
There are two parts to this:
1) I need to add a tag for the file name
2) I need the ...
I want to make an entry in to the 'RunOnce' registry key that will execute a 'rmdir' command, but cannot find the syntax to do it. Can anyone help? Thanks!
Looking to make a batch file to upload multiple files in a drag and drop basis with a bat file.
I have the ability to upload files already was hoping to be able to make it drag and drop and w...
Hello,
I would like to know of any DOS command or batch I could write to move files from Location A to Location B if they match a Date Created.
Example (psuedo): move *.txt to c:\locat...
Can anyone help me create a batch file or a windows script that will check if the target pc (server for example) is online then if there is a reply it will execute a certain command and if not...
I have recently asked how to set a value from the registry to a variable in a batch file for a current project I'm playing with purely to further my coding/programming knowledge, and I've hit ...
I've seen several posts herein related to Spinrite. I have a new laptop (the third in a row because the prior two were defective). At day 28 the HDD died on the new one - an ongoing theme. ...
I have a simple .bat that calls notepad using start:
start notepad
How can I tell what the PID is of the notepad that was started by this, so that I can kill it in the same bat, but not ...
Basically, I need to create a BAT file to run at startup that will clean Temp Files, Temp Internet Files, Cookies, Prefetch, Recent Docs etc (all are listed in the code snippet)
I have tes...
Hello. I'm working with the 7zip command line tool, which is pretty basic. I've got my command set up to take all the PDF documents in a folder and place it in a zip with a password. I'm using...
Hi
I want to run a .bat file from my USB drive that copies files or a folder from the AppData folder from the current user with the same destination as the .bat file is executed from.
Ex...
I have written a code which contains 4 dimensional array.After compling it shows zero errors.
but when i run it shows the following error:
NTVDM CPU has encountered an illegal instruction......
hi
i'm trying to copy a rar file from a server to another server on the network (internal address)
when i try, i get the above error
i use a simple xcopy c:\rar\file.rar \\192.168.2.2\b...
I'm pulling my hair out over this one.
CMD's properties show: Screen Buffer: w=80, h=300
Window Size: w=80, h=25
This is similar in appea...