| 1. |
Solve : Win2k recycle bin? |
|
Answer» I am using an old SAGE database program on Win2k. The data transfer is traditionally sent via floppy disk. I have since eliminated this, using networked drives with the A: or B: drive letters. I am attempting to make this operation able to work without the network present, but without floppy disks. I am trying to use a logical partition in place of the floppy drive. The partition is in FAT format, because the program still thinks it's writing to a floppy drive. The drive must be completely empty before it will write the data to it. That is why the recycle bin must not be present. The A: or B: are not really an issue, since the program now allows any drive letter to be the destination. You can only temporarily delete the recycle bin. This is by design. I know of no way to permanently remove it without being unable to delete files.If you go to the recycle bin properties and configure drives seperately, then move the slider bar for maximum drive for recycle bin to 0%, and check the "do not move files to recycle bin" box, then delete the recycle bin its self from the drive everything works fine. For some reason, when you check the box first and it grays out the slider bar, and it still sends stuff to the recycle bin. Gotta move that slider bar first. I just thought it odd that you can set it up to work like that, but as soon as you log off or reboot it goes back the way it was. Why would it not save this setting? I can still delete files on the drive I set this way, they are just unrecoverable once deleted. I want to avoid batch programs in the autoexec because I know Win2k is notorious for skipping one of the batch files randomly on occasion.Launch the program from a batch file with command that will delete the recycle bin before the program STARTS. You can make your shortcut point to the batch file instead of the program itself. This won't depend on 2K running anything from autoexec. Quote Launch the program from a batch file with command that will delete the recycle bin before the program starts. You can make your shortcut point to the batch file instead of the program itself. This won't depend on 2K running anything from autoexec. |
|