There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
access audio avg avg 8 bios blue screen boot bsod computer connection cpu crash css dell desktop dma driver drivers dvd email error excel explorer firefox firefox 3 freeze gimp graphics hard drive hardware hijackthis hjt install internet internet explorer itunes keyboard laptop macro malware monitor motherboard network networking outlook outlook 2003 outlook 2007 outlook express pio problem problems router seo server slow sound sp3 spyware trojan usb video virtumonde virus vista vundo windows windows vista windows xp winxp wireless
Software Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Software & Hardware > Software Development >
Windows Scripts - prompting for user input


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

 
Thread Tools
cgjoker's Avatar
Senior Member with 205 posts.
 
Join Date: Aug 2003
05-Jul-2004, 02:13 PM #1
Windows Scripts - prompting for user input
Hi there.

I would like to be able to ftp files out using a batch/command script but prior to that I would like to be able to prompt a user at a DOS prompt asking them to enter a filename, then, that filename would be used to identify the file to ftp.

The ftp script is not a problem, but I have no idea on how you can prompt a user for a filename, if that is even possible?

thanks.
cg.
cgjoker's Avatar
Senior Member with 205 posts.
 
Join Date: Aug 2003
07-Jul-2004, 11:08 AM #2
anyone???
Here is what ive come up with so far... it does not work though.

SCRIPT 1:
@echo off

set /p filename=Please enter the filename.

echo %filename% is the file name you typed

put %filename% >> filename.txt

ftp -s:C:\BATCH\FTPSCRIPT.cmd

SCRIPT 2:
open x.x.x.x
userid
password
bin
prompt
var=findstr %filename% C:\Batch\easy.bat
rem put \\TORGFP2PNT\DBMktg\DAS\FTP\Mail_File\Mail_Files\%var%
bye
cgjoker's Avatar
Senior Member with 205 posts.
 
Join Date: Aug 2003
07-Jul-2004, 11:25 AM #3
update
Okay... so here is the latest.

SCRIPT 1: (now working - places user input into a file)
@echo off

del filename.txt

set /p filename=Please enter the filename.

echo %filename% is the file name you typed

echo %filename% >> filename.txt

ftp -s:C:\BATCH\FTPSCRIPT.cmd

SCRIPT 2: (still not working - want to read from file and use as filename for ftp)
open x.x.x.x
userid
password
bin
prompt
type c:\BATCH\filename.txt > temp
put \\TORGFP2PNT\DBMktg\DAS\FTP\Mail_File\Mail_Files\%temp%
bye
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 12:00 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.