1/2 dos, 1/2 windows question
Results 1 to 2 of 2

Thread: 1/2 dos, 1/2 windows question

  1. #1
    Registered User Fubarian's Avatar
    Join Date
    Dec 2000
    Location
    Columbus, Ohio
    Posts
    1,117

    Post 1/2 dos, 1/2 windows question

    I'm wanting to be lazy by creating a batch file that'll copy a few files, 2 other batch files and 3 shortcuts.

    so far, this is what I'm working with -

    @echo off
    @echo copying files...
    copy D:\*.ink C:\windows\desktop
    copy D:\config.sys C:
    copy D:\backup.bat C:

    This works all fine and dandy, but in win2k, I know there's % shortcuts. Such as %systemroot% and what nots. Is there such things in win98 that I can use ? Something like /%cdromdrive%/*.ink??

    Thanks.

    The Fubster

  2. #2
    Registered User
    Join Date
    Jan 1999
    Location
    Kelowna, B.C. Canada
    Posts
    647

    Post

    In 98, %systemroot% is equivalent to %winbootdir%
    Who needs a life, I have Internet! <a href="http://members.cnx.net/reboot/" target="_blank">Jim & Sue's Free Files</a> | <a href="http://reboot.8m.com" target="_blank">Jim's Modems</a> | [email protected]

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •