Sponsored Content
Full Discussion: Win 3.1 OS
Top Forums UNIX for Dummies Questions & Answers Win 3.1 OS Post 8980 by MacMonster on Saturday 20th of October 2001 06:07:02 AM
Old 10-20-2001
Java Try this ...

You can use del *.tmp to delete all .tmp files.

Also, you can add a command in the autoexec.bat file, so that your computer will delete all .tmp files while starting DOS.

For example, if your .tmp files are store in the directory C:\win31\temp, then you add this line in your autoexec.bat file:

del C:\win31\temp\*.tmp
 

7 More Discussions You Might Find Interesting

1. Programming

Win programing

I am having a windows and i would like to know whitch program do you prefer for programing in windows P.S. C++ (1 Reply)
Discussion started by: D.Borak
1 Replies

2. UNIX Desktop Questions & Answers

Win-modems

Does anyone know of the where abouts of a Win-Modem Driver for linux ? Ifyou do PLEASE give me the URL because i need one badly (1 Reply)
Discussion started by: JeZzTeR
1 Replies

3. Windows & DOS: Issues & Discussions

win,unix

hi, Could anyone tell me mounting windows directories in unix.I have used mount command in all directions like mounting hd00,hd1,hd2,hd3 and so on but that don't work for me Mohan (2 Replies)
Discussion started by: mohan
2 Replies

4. Windows & DOS: Issues & Discussions

win 2000

Dear user sorry if the subject is not for that fourm .. but I get mad .. I wana solve that problem.. I started my new semster .. and last semster.. and there I use the net under a very huge list of restriction .. no msn massenger .. no yahoo massenger .. no underground site .. no fourms (I am ... (2 Replies)
Discussion started by: RuDe_BuT_CoOoL
2 Replies

5. Windows & DOS: Issues & Discussions

Win 200

I have my little one of 7 years old running win 2000 the Spanish version and we need to reinstall the OS. One major problem, we have lost the case in which the os came in. Wich means we do not have the key code to reinstall. It took me a long time just to find the os in Spanish. I have been... (2 Replies)
Discussion started by: franruiz
2 Replies

6. UNIX for Dummies Questions & Answers

win and linux

Hello everyone I have two disks one with win2000 and the other I´m going to install mandrake10 . There is some way when Im finished to install mandrake when Im boot the machine I can make a selection or windows or linux. When I do this in a single disk I have no problem. but In this case... (2 Replies)
Discussion started by: lo-lp-kl
2 Replies

7. Windows & DOS: Issues & Discussions

{HELP}How do the rescue win 7 os

:confused:How do the rescue win 7 os WITHOUT REINSTALL Windows 7 How do the rescue win 7 os without the dual system don't pre-set the 2 hard diskS combined to win 7x64 + XP booting {SET WIN 7 FIRST}:mad: REMOVED xp'S HD THEN REBOOT the operating system Windows 7 single Font CAN not... (1 Reply)
Discussion started by: will734
1 Replies
DH_MOVEFILES(1) 						     Debhelper							   DH_MOVEFILES(1)

NAME
dh_movefiles - move files out of debian/tmp into subpackages SYNOPSIS
dh_movefiles [debhelperoptions] [--sourcedir=dir] [-Xitem] [file...] DESCRIPTION
dh_movefiles is a debhelper program that is responsible for moving files out of debian/tmp or some other directory and into other package build directories. This may be useful if your package has a Makefile that installs everything into debian/tmp, and you need to break that up into subpackages. Note: dh_install is a much better program, and you are recommended to use it instead of dh_movefiles. FILES
debian/package.files Lists the files to be moved into a package, separated by whitespace. The filenames listed should be relative to debian/tmp/. You can also list directory names, and the whole directory will be moved. OPTIONS
--sourcedir=dir Instead of moving files out of debian/tmp (the default), this option makes it move files out of some other directory. Since the entire contents of the sourcedir is moved, specifying something like --sourcedir=/ is very unsafe, so to prevent mistakes, the sourcedir must be a relative filename; it cannot begin with a `/'. -Xitem, --exclude=item Exclude files that contain item anywhere in their filename from being installed. file ... Lists files to move. The filenames listed should be relative to debian/tmp/. You can also list directory names, and the whole directory will be moved. It is an error to list files here unless you use -p, -i, or -a to tell dh_movefiles which subpackage to put them in. NOTES
Note that files are always moved out of debian/tmp by default (even if you have instructed debhelper to use a compatibility level higher than one, which does not otherwise use debian/tmp for anything at all). The idea behind this is that the package that is being built can be told to install into debian/tmp, and then files can be moved by dh_movefiles from that directory. Any files or directories that remain are ignored, and get deleted by dh_clean later. SEE ALSO
debhelper(7) This program is a part of debhelper. AUTHOR
Joey Hess <joeyh@debian.org> 11.1.6ubuntu2 2018-05-10 DH_MOVEFILES(1)
All times are GMT -4. The time now is 04:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy